|
|
|
| acClipboard
|
| procedure PutString(const FormatName, Data: String); overload;
|
| procedure PutString(FormatIndex: Integer; const Data: String); overload;
|
| The PutString method copies the text specified in the Data parameter to the clipboard. The format name or format index must be specified in FormatName, or FormatIndex parameter.
|
| Active, AvailableFormats, ClipboardBitmap, ClipboardFiles and ClipboardText properties;
|
| HasFormat, Clear, GetString, PutString, GetStream, PutStream, GetFormatIndex and GetFormatName methods;
|
| OnChange event.
|