JVCL Help:TJvClipboard.SetTextBuf@PChar@Boolean

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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