|
|
|
| acClipboard
|
| function GetString(const FormatName: String): String; overload;
|
| function GetString(FormatIndex: Integer): String; overload;
|
| The GetStream method retrieves the data from the clipboard to the Stream. The format name or format index must be specified in FormatName, or FormatIndex parameter.
|
| TextFromClipboard := GetString(CF_TEXT);
|
| Active, AvailableFormats, ClipboardBitmap, ClipboardFiles and ClipboardText properties;
|
| HasFormat, Clear, GetString, PutString, GetStream, PutStream, GetFormatIndex and GetFormatName methods;
|
| OnChange event.
|