iif(Boolean,String,String) Method
Represents method iif(Boolean,String,String).
function iif(const Expr: Boolean; const TrueValue: String; const FalseValue: String = ''): String; overload; inline;
Parameters
- Expr
- Type: Boolean
- TrueValue
- Type: String
- FalseValue
- Type: String
Return Value
Type: String