[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when the Button for the control is clicked.
Source position: editbtn.pas line 252
protected procedure TCustomControlFilterEdit.BuddyClick; override; |
BuddyClick is an overridden method used to perform actions needed when the Button for the control is clicked. It clears values in the Text and Filter properties, and gives focus to the Edit when FocusOnButtonClick is set to True. It calls the inherited method prior to exit.
|
The textual representation for the filter. |
|
|
Indicates if the focus is changed to the Edit control after the Button is clicked. |
|
|
Edit is the TEbEdit control used to perform direct input for the value in the grouped edit control. |
|
|
The character string associated with the control. |