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

Declaration
procedure PutString(const FormatName, Data: String); overload;  
procedure PutString(FormatIndex: Integer; const Data: String); overload;  

Description
The PutString method copies the text specified in the Data parameter 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.