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

TCustomControlFilterEdit.InternalSetFilter

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

Declaration

Source position: editbtn.pas line 250

protected procedure TCustomControlFilterEdit.InternalSetFilter(

  const AValue: string

);

Arguments

AValue

  

New filter value applied in the method.

Description

InternalSetFilter is called from the write access specifier for the Filter property. It performs actions needed when the value in Filter has been changed (and applied to Text), and the control needs to be updated to reflect the modified value.

Version info

Added in LCL version 3.0.

See also

TCustomControlFilterEdit.Filter

  

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

TCustomEditButton.Button

  

TSpeedButton instance used on the edit control.


Version 3.2 Generated 2024-02-25 Home