Unit 'EditBtn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TFilterStringOptions

Set type used to store values from the TFilterStringOption enumeration.

Declaration

Source position: editbtn.pas line 211

type TFilterStringOptions = set of (

  fsoCaseSensitive,

  

Value comparisons are case sensitive.

  fsoMatchOnlyAtStart

  

Value comparisons start at the beginning to the string value.

);

See also

TFilterStringOption

  

String filter options which can be enabled in controls.

TCustomControlFilterEdit.FilterOptions

  

Contains options which control string comparisons using the Filter for the control.



CT Web help

CodeTyphon Studio