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

TCustomControlFilterEdit.EditChange

Performs actions needed when the Edit for the control is changed.

Declaration

Source position: editbtn.pas line 256

protected procedure TCustomControlFilterEdit.EditChange; override;

Description

EditChange is an overridden method in TCustomControlFilterEdit used to apply the Filter for the control when its value has been changed in the edit control. EditChange calls the InternalSetFilter method to apply the Filter value and update the enabled state for the Button on the control.

Version info

Modified in LCL version 3.0 to call InternalSetFilter.

See also

TCustomControlFilterEdit.Filter

  

Contains the textual used to select the visible items in the associated control.

TCustomControlFilterEdit.Text

  

String with the text or caption for the control.

TCustomControlFilterEdit.InternalSetFilter

  

Performs actions needed when a new value is assigned to the Filter property.

TCustomControlFilterEdit.InvalidateFilter

  

Sets flags and property to indicate that the filter must be reapplied for the control.

TCustomEditButton.Button

  

TSpeedButton instance used on the edit control.


Version 3.2 Generated 2024-02-25 Home