IdxRichEditSubDocument.ReplaceAll(TRegEx,string,IdxRichEditDocumentRange) Method
Declaration
function ReplaceAll(const ARegex: TRegEx; const AReplaceWith: string; const ARange: IdxRichEditDocumentRange = nil): Integer; overload;
Parameters
| Name | Type |
|---|---|
| ARegex | TRegEx |
| AReplaceWith | string |
| ARange | IdxRichEditDocumentRange |
Returns
| Type |
|---|
| Integer |
See Also