[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Filters the data and updates the container.
Source position: editbtn.pas line 249
protected procedure TCustomControlFilterEdit.ApplyFilter( |
Immediately: Boolean = False |
); |
Immediately |
|
Indicates the filter is applied immediately. |
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.
lazarus-ccr.sourceforge.net |