System.Rtti.TValue.Kind
Delphi
property Kind: TTypeKind read GetTypeKind;
C++
__property System::Typinfo::TTypeKind Kind = {read=GetTypeKind};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TValue |
Description
Specifies the type kind of the stored value.
Use Kind to obtain a TTypeKind enumeration value that specifies the type kind of the stored value.