[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the button for the control is clicked.
Source position: editbtn.pas line 861
protected procedure TCalcEdit.ButtonClick; override; |
ButtonClick is an overridden method used to perform actions needed when the Button for the control is clicked. For TCalcEdit, the RunDialog method is called to execute the dialog for the control and to capture it results. When FocusOnButtonClick is set, the FocusAndMaybeSelectAll method is called to give focus to the Edit control in the class.
|
Performs actions needed when the button for the control is clicked. |
Version 4.0 | Generated 2025-05-03 | Home |