Source position: JPL.Utils.pas line 25
function IfThenInt(
BoolValue: Boolean;
const ResultIfTrue: Integer;
ResultIfFalse: Integer = - 1
):Integer;