![]() |
![]() ![]() ![]() |
acClipboard
|
procedure PutStream(const FormatName: String; Stream: TStream); overload;
|
procedure PutStream(FormatIndex: Integer; Stream: TStream); overload;
|
The PutStream method copies the data from Stream 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.
|