Options for the IPreviewHighlightable.SelectString method.
TSelectionOptions = record BackColor: TColor; FontColor: TColor; IgnoreCase: Boolean; WholeWord: Boolean; RegEx: Boolean; end;
|
Members |
Description |
|
BackColor: TColor; |
The selection back color. |
|
FontColor: TColor; |
The selection font color. |
|
IgnoreCase: Boolean; |
Respect case when highlighting. |
|
WholeWord: Boolean; |
Select whole words only. |
|
RegEx: Boolean; |
If the expression is a Regular Expression. |