If Condition is True then TruePart is retured, otherwise FalsePart is returned.
function Iff(Condition: Boolean; TruePart: Pointer; FalsePart: Pointer): Pointer; overload;
ImagingUtility (at line 225)