![]() |
![]() ![]() ![]() |
acClipboard
|
property ClipboardFiles: TStrings;
|
The ClipboardFiles property used to retrieve or put the file name or list of files/folders which can be copied by user from Windows Explorer and ready to be pasted somewhere.
|
|
You can read or modify the ClipboardFiles as usual string list (even at design-time) and the clipboard will imediately reflect all changes (also triggering OnChange event, if Active property is True).
|
![]() |
Active, AvailableFormats, ClipboardBitmap and ClipboardText properties;
|
HasFormat, Clear, GetString and PutString methods;
|
OnChange event.
|