TAdvHighlightLabel

This new component would have these additional properties:
• HighlightColor: TColor
• HighlightStrings: TStrings

Effect: The parts of the label caption which correspond to the HighlightStrings are highlighted with the HighlightColor.

Example:
• Label caption: The quick brown fox jumps over the lazy dog
• Highlight color: clYellow
• HighlightStrings: fox, dog
This would show the words "fox" and "dog" with a yellow background color.

I know I could get this with a THTMLabel from TMS. But TAdvHighlightLabel would be so much easier and faster to handle and with less overhead.

Additionally, there could be more than one highlight colors each with a different associated set of strings...

This feature was implemented.