System.Rtti.TRttiType.TypeSize
Delphi
property TypeSize: Integer read GetTypeSize;
C++
__property int TypeSize = {read=GetTypeSize, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp | System.Rtti | TRttiType | 
Description
Specifies the size of the reflected type.
Use TypeSize to obtain the size of a variable of the reflected type. The same value can be obtained by using the SizeOf operator.