|
Internet Direct (Indy)
|
class function StringReplace(
const S: string;
const OldPattern: string;
const NewPattern: string
): string; overload;|
Parameters |
Description |
|
S |
Scope is const. Type is string. |
|
OldPattern |
Scope is const. Type is string. |
|
NewPattern |
Scope is const. Type is 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. |