TdxNullableValue<T> Record
In This Article
The generic value type that implements the special unspecified state.
#Declaration
Delphi
TdxNullableValue<T> = record
#Remarks
This record is a nullable container designed to store, compare, and expose an underlying value.
See Also