[Overview][Types][Classes][Procedures and functions][Index] |
Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case insensitive)
Source position: tiUtils.pas line 49
function tiCIStrTran( |
AValue: string; |
ADel: string; |
AIns: string |
):string; |
Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case insensitive).