Source position: JPL.Utils.pas line 27
function IfThenInt64(
BoolValue: Boolean;
const ResultIfTrue: Int64;
ResultIfFalse: Int64 = - 1
):Int64;