Change the implementation heading style

To change the style of the heading "Implementation" of the implementation section in the output, search for <Template Name="MethodImplementation"> and <Template Name=RoutineImplementation> for routines.

The MethodImplementation for HTML Help looks like this:

<Template Name=MethodImplementation>
<Color R=255>
<H3>Implementation</H3>
</Color>
<DelphiCode>[%Method.Implementation%]</DelphiCode>
</Template>

it will produce headings like this:

Implementation

Changing it to the following:

<Template Name=MethodImplementation>
<Color R=128 G=128 B=128>
<H5>Implementation</H5>
</Color>
<DelphiCode>[%Method.Implementation%]</DelphiCode>
</Template>

it will appear like this:

Implementation


HTML generated by Time2HELP
http://www.time2help.com