System.Rtti.TRttiType.TypeSize

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

Delphi

property TypeSize: Integer read GetTypeSize;

C++

__property int TypeSize = {read=GetTypeSize, nodefault};

プロパティ

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

説明

リフレクションされた型のサイズを示します。

TypeSize プロパティを使用すると、リフレクションされた型の変数のサイズを取得します。 SizeOf 演算子を使用すると、同じ値を取得できます。

関連項目