Iff Function
ImagingUtility

If Condition is True then TruePart is retured, otherwise FalsePart is returned.

Pascal
function Iff(Condition: Boolean; 
             const TruePart: string; 
             const FalsePart: string): string; overload;
File

ImagingUtility (at line 219)

Related Information
You are here: Symbol Reference > Functions > Iff Function (Boolean, string, string)