Source position: JPL.Utils.pas line 24
function IfThenStr(
BoolValue: Boolean;
const ResultIfTrue: string;
ResultIfFalse: string = ''
):string;