Source position: JPL.Utils.pas line 26
function IfThenUInt(
BoolValue: Boolean;
const ResultIfTrue: Uint32;
ResultIfFalse: Uint32 = 0
):Uint32;