[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: clipbrd.pp line 194
public constructor TClipboard.Create; |
AClipboardType: TClipboardType |
); |
AClipboardType |
|
Specified the type of clipboard to be created (normal, primary, or secondary). |
Create is the overloaded constructor for the class instance.
There is a parameterless variant that reimplements the method from TPersistent to use the ctClipboard type. A variant which includes the AClipboardType argument is available; the argument value is stored in the ClipboardType property for the class instance. It allows creation of clipboard instances used on the GTK platform.
|
Contains the clipboard type for the platform. |
|
|
Represents the sources or dispositions for clipboard data. |
Version 4.0 | Generated 2025-05-03 | Home |