Vcl.Clipbrd.TClipboard.SetTextBuf
Delphi
procedure SetTextBuf(Buffer: PChar);
C++
void __fastcall SetTextBuf(System::WideChar * Buffer);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Clipbrd.pas Vcl.Clipbrd.hpp |
Vcl.Clipbrd | TClipboard |
Description
Writes a text buffer to the Clipboard.
Use SetTextBuf to copy text to the clipboard from a buffer. Buffer must point to a null-terminated string.