| [Overview][Types][Classes][Procedures and functions][Index] | 
Source position: tiUtils.pas line 506
function tiIf(  | 
ACondition: Boolean;  | 
AResultTrue: Extended;  | 
AResultFalse: Extended  | 
):Extended; overload;  | 
ACondition: Boolean;  | 
AResultTrue: Integer;  | 
AResultFalse: Integer  | 
):Integer; overload;  | 
ACondition: Boolean;  | 
AResultTrue: string;  | 
AResultFalse: string  | 
):string; overload;  |