[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when a new instance of the form is created.
Source position: dialogs.pp line 998
protected procedure TCustomCopyToClipboardDialog.DoCreate; override; |
DoCreate is an overridden method in TCustomCopyToClipboardDialog. It calls the inherited method on entry to signal OnCreate or other create handler(s) (when assigned). DoCreate calls the RegisterDialogForCopyToClipboard routine to enable key preview and set the OnKeyDown handler for the form instance.
|
Enables key preview and adds the OnKeyDown handler for the specified dialog. |
|
|
Handler called when the form has been created. |
|
|
Notifies the create handlers for the form instance. |
Version 4.0 | Generated 2025-05-03 | Home |