[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TFilterStringOptions

Set type used to store values from the TFilterStringOption enumeration.

Declaration

Source position: editbtn.pas line 210

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.


Version 3.2 Generated 2024-02-25 Home