IffFormat Function
Imaging

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

Pascal
function IffFormat(Condition: Boolean; 
                   const TruePart: TImageFormat; 
                   const FalsePart: TImageFormat): TImageFormat;
File

Imaging (at line 487)

Related Information
You are here: Symbol Reference > Functions > IffFormat Function