RTF:TextBufferLength Access
<< Click to Display Table of Contents >> RTF:TextBufferLength Access |
![]() ![]() ![]() |
Type | LongInt |
Purpose
To determine how may characters are contained in the parsed RTF buffer.
Example
oRTF:DrawText(oRpPrinter, 0, 0, 100, 100, TRUE)
if oRTF:LastPrintedChar = oRTF:TextBufferLength
// We are done...
endif