JVCL Help:TJvClipboard.SetTextBuf@PChar@Boolean
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvClipboard.SetTextBuf Method
[+] TJvClipboard Events
[+] TJvClipboard Fields
[+] TJvClipboard Methods
[+] TJvClipboard Properties
Search in JVCL Help
Search in all projectsSummary
Overloaded version of the same procedure in TClipboard that now allows you to specify delayed rendering.
Pascal
procedureSetTextBuf(Buffer: PChar; Delayed: Boolean); overload;
Parameters
Parameters | Description |
Buffer: PChar | The text buffer. A final #0 is expected to stop the string |
Delayed: Boolean | If True, delayed rendering will be used |
Description
If delayed is set to False, the inherited method is called else, the format is added in the clipboard for delayed rendering and you MUST provide an OnRenderFormat event;
See Also
TJvClipboard.SetBuffer, TJvClipboard.SetComponent
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page