TValueHelper.Kind Property
Specifies the type kind of the stored value.
public property Kind: TTypeKind read GetTypeKind;
Property Value
Type: TTypeKind
This fixes the issue with returning tkUnknown
when the stored
value is an empty reference type (RSP-10071).