[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiStrTran1

Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case sensitive)

Declaration

Source position: tiUtils.pas line 47

function tiStrTran1(

  AValue: string;

  ADel: string;

  AIns: string

):string;

Description

Scan the string pStrValue, and replace any characters pStrDel with pStrIns (Case sensitive).


Documentation generated on: 2017-08-16