Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

RegisterDialogForCopyToClipboard

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

Declaration

Source position: dialogs.pp line 741

procedure RegisterDialogForCopyToClipboard(

  const ADlg: TCustomForm

);

Arguments

ADlg

  

Dialog form instance updated in the routine.

See also

TCustomCopyToClipboardDialog.DoCreate

  

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