System.Rtti.TRttiObject.RttiDataSize

From RAD Studio API Documentation
Revision as of 00:43, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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