TValueHelper.TryGetNullableValue Method
Definition
Tries to get the stored value of a nullable. Returns false when the nullable is null.
Delphi
function TryGetNullableValue(out value: TValue): Boolean
Parameters
- value
- TValue
Returns
Boolean