|
|
|
| acClipboard
|
| property ClipboardText: String;
|
| The ClipboardText property used to retrieve or put the plain text to the clipboard.
|
|
|
| You can read or modify the ClipboardText as usual string property (even at design-time) and the clipboard will imediately reflect all changes (also triggering OnChange event, if Active property is True).
|
|
|
| TextFromClipboard := GetString(CF_TEXT);
|
| Active, AvailableFormats, ClipboardBitmap and ClipboardFiles properties;
|
| HasFormat, Clear, GetString and PutString methods;
|
| OnChange event.
|