[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnClick event handler for the Cancel button on the dialog.
Source position: dialogs.pp line 482
protected procedure TFindDialog.CancelClick( |
Sender: TObject |
); |
Sender |
|
Object (TFindDialog) for the event notification. |
CancelClick is a method which implements the event handler signalled when the Cancel button on the dialog form is clicked.
CancelClick calls the CloseDialog method to close the internal form instance for the dialog (when assigned).
The method is assigned to the OnClick event handler for the Cancel button in the CreateForm method.
|
Closes the dialog form when its Cancel button is clicked. |
|
|
Implements the OnClose event handler on the internal form displayed for the dialog. |
|
|
Creates and configures the internal form displayed for the dialog. |
|
|
Event handler signalled when the dialog is closed. |
|
|
Event handler signalled to determine if the dialog can be closed. |
|
|
Notification handler for mouse clicks. |
Version 4.0 | Generated 2025-05-03 | Home |