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

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.

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