IdxRichEditSubDocument.ReplaceAll(TRegEx,string,IdxRichEditDocumentRange) Method
In This Article
#Declaration
Delphi
function ReplaceAll(const ARegex: TRegEx; const AReplaceWith: string; const ARange: IdxRichEditDocumentRange = nil): Integer; overload;
#Parameters
Name | Type |
---|---|
ARegex | TReg |
AReplace |
string |
ARange | Idx |
#Returns
Type |
---|
Integer |
See Also