| 
 
Internet Direct (Indy) 
 | 
class function StringReplace(
    const S: String; 
    const OldPattern: array of string; 
    const NewPattern: array of string
): string; overload;| 
 
Parameters   | 
 
Description   | 
| 
 
S   | 
 
Scope is const. Type is String.  | 
| 
 
OldPattern   | 
 
Scope is const. Type is array of string.  | 
| 
 
NewPattern   | 
 
Scope is const. Type is array of string.   | 
string
StringReplace is a overloaded class method.
StringReplace returns a string value.
Topic generated.
TIdSysVCL.StringReplace
| 
 
Internet Direct (Indy) version 10.1.5 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup.  |