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