Source position: StrUtils.pas line 45
function IfThen(
AValue: Boolean;
const ATrue: string;
AFalse: string
):string; overload;function IfThen(
const ATrue: string
):string; overload;