Nullable<T>.Value Property
Definition
Gets the value of the current Nullable<T> value.
Delphi
property Value
Value
T
Exceptions
Raised if the value is null.
Gets the value of the current Nullable<T> value.
property Value
Raised if the value is null.