QuoteLevel1, QuoteLevel2, QuoteLevel3, QuoteLevel4 properties
Applies to
TEmailHighlighter component
Declaration
property QuoteLevel1: THighlightInfo;
property QuoteLevel2: THighlightInfo;
property QuoteLevel3: THighlightInfo;
property QuoteLevel4: THighlightInfo;
Description
These properties are used to control the highlighting of up to four levels of quoted text. Quote levels higher than four get the same highlighting characteristics as QuoteLevel4.
You can change properties of QuoteLevel1 through QuoteLevel4 at design time or at run time. If you make assignments to them at run time, call TPlusMemo.ReApplyKeywords for the change to take effect immediately for existing text. Otherwise, only subsequent editing operations will take account of the new highlighting attributes.