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

Declaration
procedure PutStream(const FormatName: String; Stream: TStream); overload;  
procedure PutStream(FormatIndex: Integer; Stream: TStream); overload;  

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

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