System.Rtti.TRttiObject.RttiDataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RttiDataSize: Integer read FRttiDataSize;

C++

__property int RttiDataSize = {read=FRttiDataSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiObject

Description

Specifies the size of the RTTI information block.

Use RttiDataSize to obtain the size of the RTTI information block. RttiDataSize specifies the size of the data structure pointed to by the Handle property.

See Also