System.Rtti.TValue.Kind

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Kind: TTypeKind read GetTypeKind;

C++

__property System::TTypeKind Kind = {read=GetTypeKind};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

説明

格納された値の型の種類を示します。

Kind プロパティを使用すると、格納された値の型の種類を示す TTypeKind 列挙型の値を取得できます。

関連項目