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

TCustomControlFilterEdit.FilterLowercase

Lowercase variant of the Filter property.

Declaration

Source position: editbtn.pas line 270

public property TCustomControlFilterEdit.FilterLowercase : string
  read fFilterLowercase;

Description

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.

See also

TCustomControlFilterEdit.DoDefaultFilterItem

  

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

TCustomControlFilterEdit.OnFilterItem

  

An event handler to give extra conditions for filtering, in addition to the default behavior. Returns True if the passes the filter.

TCustomControlFilterEdit.OnFilterItemEx

  

Event handler signalled to filter data in the control using its caption or item data.

TCustomControlFilterEdit.Filter

  

The textual representation for the filter.