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

TCustomControlFilterEdit.FilterOptions

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

Declaration

Source position: editbtn.pas line 285

published property TCustomControlFilterEdit.FilterOptions : TFilterStringOptions
  read fFilterOptions
  write SetFilterOptions
  default [];

Description

FilterOptions is a TFilterStringOptions property which contains zero (0) or more TFilterStringOption enumeration values(s). Values in FilterOptions determine how string comparisons are performed in the DoDefaultFilterItem method. See TFilterStringOption for more information about the enumeration values and their meanings.

The default value for the property is an empty set ([]). Changing the value for the property causes the Filter to be invalidated and re-applied to the items from the associated control.

See also

TCustomControlFilterEdit.Filter

  

Contains the textual used to select the visible items in the associated control.

TCustomControlFilterEdit.DoDefaultFilterItem

  

Provides a default routine used to examine an item in the filtered edit control.

TFilterStringOptions

  

Set type used to store values from the TFilterStringOption enumeration.

TFilterStringOption

  

String filter options which can be enabled in controls.


Version 3.2 Generated 2024-02-25 Home