System.Rtti.TRttiInstanceProperty.PropInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PropInfo: PPropInfo read GetPropInfo;

C++

__property System::Typinfo::PPropInfo PropInfo = {read=GetPropInfo};

Properties

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

Description

Points to the property's raw RTTI information.

Use PropInfo to obtain a pointer to a TPropInfo structure that contains the property RTTI information in raw form. All the information exposed in the pointed structure can also be obtained directly in the TRttiInstanceProperty instance.

See Also