IdxRichEditSubDocument.Replace(IdxRichEditDocumentRange,string) Method
Replaces the specified document range with a provided text string.
Declaration
function Replace(const ARange: IdxRichEditDocumentRange; const AText: string): Integer;
Parameters
Name | Type |
---|---|
ARange | IdxRichEditDocumentRange |
AText | string |
Returns
Type |
---|
Integer |
See Also