System.Rtti.TValue.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: TTypeKind read GetTypeKind;

C++

__property System::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.

See Also