ITMSFNCCustomPDFRichTextLib.GetToolTip Method
Returns the tooltip string associated with the specified text range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
function GetToolTip(AStart: Integer = -1; ALength: Integer = -1): String;
Parameters
| Name | Description |
|---|---|
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |
Returns
Tooltip text for the range; empty string when no tooltip is assigned.