JVCL Help:TJvConversion.ConvertWrite
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvConversion.ConvertWrite Method
[+] TJvConversion Fields
[+] TJvConversion Methods
[+] TJvConversion Properties
Search in JVCL Help
Search in all projectsSummary
Writes BufSize bytes to the export destination from the memory buffer pointed to by Buffer.
Pascal
functionConvertWrite(Buffer: PByte PAnsiChar; BufSize: Integer): Integer; virtual;
Parameters
Parameters | Description |
Buffer: PByte PAnsiChar | A buffer to read from. The buffer contains data from the control that the converter writes to some storage. |
BufSize: Integer | Size of Buffer. |
Return Value
Returns the number of bytes actually read from Buffer.
Description
A TJvRichEdit control calls ConvertWrite multiple times during an export operation. Each time this method is called the converter should read the data in Buffer, convert it, and write it to the destination file or stream.
See Also
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