[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnShow event handler on the internal form displayed for the dialog.
Source position: dialogs.pp line 487
protected procedure TFindDialog.DoShowForm( |
Sender: TObject |
); virtual; |
Sender |
|
Object (TFindDialog) for the event notification. |
DoShowForm is a method which implements the event handler signalled when the internal form instance for the dialog is displayed. No actions are performed in the method at design-time (csDesigning is in ComponentState property).
DoShowForm signals the OnShow event handler (when assigned) in TFindDialog to notify the dialog when the form calls its Show method.
DoShowForm is assigned to the OnShow event handler for the internal TForm instance when the Execute method is called.
|
Displays the dialog form and responds to button clicks. |
|
|
Event handler signalled when the dialog is displayed. |
|
|
Handler called when the form becomes visible. |
|
|
Displays the form instance with support for High DPI scaling. |
Version 4.0 | Generated 2025-05-03 | Home |