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

TCustomCopyToClipboardDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class for a dialog form used during copy to clipboard operations.

Declaration

Source position: dialogs.pp line 743

type TCustomCopyToClipboardDialog = class(TForm)

protected

  procedure DoCreate; override;

  

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

public

  function GetMessageText; virtual; abstract;

  

Specifies the method used to get the text for the message displayed on the dialog form.

end;

Inheritance

TCustomCopyToClipboardDialog

  

Base class for a dialog form used during copy to clipboard operations.

|

TForm

  

Implements a form used in an LCL application.

|

TCustomForm

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home