TNullableHelper Record

Helper record for fast access to nullable value via RTTI.

Namespace: Spring
type
 TNullableHelper = record
 end;

The TNullableHelper type exposes the following members.

Show:
 NameDescription
Create(PTypeInfo)

Initializes a new instance of the TNullableHelper class.

Top
Show:
 NameDescription
ValueType

Represents property ValueType.

Top
Show:
 NameDescription
GetValue(Pointer)

Represents method GetValue(Pointer).

HasValue(Pointer)

Represents method HasValue(Pointer).

SetValue(Pointer,TValue)

Represents method SetValue(Pointer,TValue).

Top
Show:
 NameDescription
fHasValueOffset

Represents field fHasValueOffset.

fValueType

Represents field fValueType.

Top