[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TCustomCopyToClipboardDialog.DoCreate

Performs actions needed when a new instance of the form is created.

Declaration

Source position: dialogs.pp line 998

protected procedure TCustomCopyToClipboardDialog.DoCreate; override;

Description

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.

See also

RegisterDialogForCopyToClipboard

  

Enables key preview and adds the OnKeyDown handler for the specified dialog.

TCustomForm.OnCreate

  

Handler called when the form has been created.

TCustomForm.DoCreate

  

Notifies the create handlers for the form instance.


Version 4.0 Generated 2025-05-03 Home