ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamFilePreview.TSelectionOptions

Options for the IPreviewHighlightable.SelectString method.

Syntax
Pascal
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.