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

tiCIStrTran

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

Declaration

Source position: tiUtils.pas line 49

function tiCIStrTran(

  AValue: string;

  ADel: string;

  AIns: string

):string;

Description

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


Documentation generated on: 2017-08-16