[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the Button for the control is clicked.
Source position: editbtn.pas line 389
protected procedure TFileNameEdit.ButtonClick; override; |
ButtonClick is an overridden method used to perform actions needed when the Button for the control is clicked. For TFileNameEdit, 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. |
|
|
TSpeedButton instance used on the edit control. |
|
|
Edit is the TEbEdit control used to perform direct input for the value in the grouped edit control. |
|
|
Indicates if the focus is changed to the Edit control after the Button is clicked. |
|
|
Executes an Open or Save dialog for the DialogKind specified in the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |