Unit 'StrUtils' Package
[Overview][Procedures and functions][Index] [#pl_pasdoc]

IfThen

Declaration

Source position: StrUtils.pas line 45

function IfThen(

  AValue: Boolean;

  const ATrue: string;

  AFalse: string

):string; overload;

function IfThen(

  AValue: Boolean;

  const ATrue: string

):string; overload;



CT Web help

CodeTyphon Studio