System.Rtti.TValue.Kind
Delphi
property Kind: TTypeKind read GetTypeKind;
C++
__property System::Typinfo::TTypeKind Kind = {read=GetTypeKind};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TValue |
説明
格納された値の型の種類を示します。
Kind プロパティを使用すると、格納された値の型の種類を示す TTypeKind 列挙型の値を取得できます。
関連項目