[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Lowercase variant of the Filter property.
Source position: editbtn.pas line 270
public property TCustomControlFilterEdit.FilterLowercase : string |
FilterLowercase is a read-only String property which contains a variant of Filter converted to lowercase characters. It is used in the implementation of the DoDefaultFilterItem method when case sensitivity is not enabled in the FilterOptions property ( fsoCaseSensitive is not included). The property can be used in a similar manner in routines assigned to the OnFilterItem and OnFilterItemEx event handlers.
The value for FilterLowercase is derived and assigned when the value in the Filter property is changed.
|
Provides a default routine used to examine an item in the filtered edit control. |
|
|
An event handler to give extra conditions for filtering, in addition to the default behavior. Returns True if the passes the filter. |
|
|
Event handler signalled to filter data in the control using its caption or item data. |
|
|
The textual representation for the filter. |