[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the Button for the control is clicked.
Source position: editbtn.pas line 91
protected procedure TCustomEditButton.BuddyClick; override; |
BuddyClick calls the inherited method on entry to signal the OnBuddyClick event handler (when assigned), and to perform focus and selection changes. It calls the ButtonClick method to forward the click event to the Edit control.
BuddyClick is called from the private InternalOnBuddyClick method used as the OnClick handler for the Button in the grouped edit control.
|
TSpeedButton instance used on the edit control. |
|
|
Performs actions needed when the button for the control is clicked. |
|
|
Performs actions needed when the Buddy control is clicked. |
|
|
Event handler signalled when the Buddy control is clicked. |
Version 4.0 | Generated 2025-05-03 | Home |