TTMSFNCPDFRichTextLibRange Record
Specifies a character range within a rich-text string using a zero-based start location and a length.
API unit family: TMSFNCPDFRichTextLib
Syntax
TTMSFNCPDFRichTextLibRange = record
Fields and properties
| Name | Type | Description |
|---|---|---|
length |
Integer |
Number of characters in the range. |
location |
Integer |
Zero-based index of the first character in the range. |