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

TCustomControlFilterEdit.Filter

The actual filter text.

Declaration

Source position: editbtn.pas line 470

public property TCustomControlFilterEdit.Filter : string
  read fFilter
  write SetFilter;

Description

Typically a user types it in the edit control but it can also be set in code. Filtering is done during idle time after the value of Filter text has changed.