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

TCustomControlFilterEdit.ApplyFilter

Filters the data and updates the container.

Declaration

Source position: editbtn.pas line 249

protected procedure TCustomControlFilterEdit.ApplyFilter(

  Immediately: Boolean = False

);

Arguments

Immediately

  

Indicates the filter is applied immediately.

Description

Does its job at once when Immediately is set to True. Otherwise, it connects the OnIdle event handler which applies the filter when the Application is idle.

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