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