JVCL Help:TJvClipboard.SetBuffer@Word@Pointer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvClipboard.SetBuffer Method
[+] TJvClipboard Events
[+] TJvClipboard Fields
[+] TJvClipboard Methods
[+] TJvClipboard Properties
Search in JVCL Help
Search in all projectsSummary
Adds the given buffer to memory
Pascal
procedureSetBuffer(Format: Word; Buffer: Pointer; Size: Integer); overload;
Parameters
Parameters | Description |
Format: Word | The format to add |
Buffer: Pointer | The buffer containing the data |
Size: Integer | The size of the data in the buffer |
Description
This method has been overridden to allow setting Buffer to nil and thus asking to use delayed rendering. If you do so, you MUST provide an OnRenderFormat event handler If Buffer <> nil then the inherited method is called
See Also
TJvClipboard.SetComponent, TJvClipboard.SetTextBuf
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