RTF:TextBufferLength Access

<< Click to Display Table of Contents >>

Navigation:  RTF Class >

RTF:TextBufferLength Access

Previous pageReturn to chapter overviewNext page
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