RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClipboard.SetTextBuf Method

Writes a text buffer to the Clipboard.

Pascal
procedure SetTextBuf(Buffer: PChar);
C++
__fastcall SetTextBuf(const char * Buffer);

Use SetTextBuf to copy text to the clipboard from a buffer. Buffer must point to a null-terminated string. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!