[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 204

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 for filters in the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.