Nullable<T>.Create(Variant) Constructor
Initializes a new instance of the Nullable<T> structure to the specified value.
public constructor Create(const value: Variant); overload;
Parameters
- value
- Type: Variant
Initializes a new instance of the Nullable<T> structure to the specified value.
public constructor Create(const value: Variant); overload;