![]() |
![]() ![]() ![]() |
acClipboard
|
function GetStream(const FormatName: String; Stream: TStream): Boolean; overload;
|
function GetStream(FormatIndex: Integer; Stream: TStream): Boolean; overload;
|
The GetStream method retrieves the data from the clipboard to the Stream (the Stream object must be previously created in the caller object or method). 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.
|