TdxNullableValue<T>.IfThen(Boolean,TdxNullableValue<T>) Method
Declaration
class function IfThen(AValue: Boolean; const ATrue: TdxNullableValue<T>): TdxNullableValue<T>; overload; static;
Parameters
Name | Type |
---|---|
AValue | Boolean |
ATrue | TdxNullableValue<T> |
Returns
Type |
---|
TdxNullableValue<T> |
See Also