[Overview][Types][Classes][Procedures and functions][Index] |
Loads the clipboard buffer using the text in the specified PChar value.
Source position: clipbrd.pp line 225
public procedure TClipboard.SetTextBuf( |
Buffer: PChar |
); |
Buffer |
|
PChar value loaded into the clipboard. |
SetTextBuf is a method used to load the text specified in Buffer into the clipboard. Buffer is a PChar type, and when not assigned (Nil), is set to #0 in the method. Its value is loaded in the TClipboardData instances used for the text clipboard format.
Version 4.0 | Generated 2025-05-03 | Home |