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