clipboard GetStream method
Return to Introduction  Previous page  Next page
Applies to
acClipboard  

Declaration
function GetStream(const FormatName: String; Stream: TStream): Boolean; overload;  
function GetStream(FormatIndex: Integer; Stream: TStream): Boolean; overload;  

Description
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.  

See also
Active, AvailableFormats, ClipboardBitmap, ClipboardFiles and ClipboardText properties;  
HasFormat, Clear, GetString, PutString, GetStream, PutStream, GetFormatIndex and GetFormatName methods;  
OnChange event.