ITMSFNCCustomPDFRichTextLib.DeleteText Method
Deletes the specified character range from the rich text document.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure DeleteText(AStart: Integer = -1; ALength: Integer = -1);
Parameters
| Name | Description |
|---|---|
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters to delete; -1 uses the selection length. |