DesignIntf.IProperty.GetPropInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IProperty

Delphi

function GetPropInfo: PPropInfo;

C++

virtual System::Typinfo::PPropInfo __fastcall GetPropInfo() = 0 ;

Description

Returns the property information record for the object being edited.

Call GetPropInfo to access the property information record that describes the property being edited, including its access functions. If more than one object is being edited, GetPropInfo returns the property information record for a representative component.

See Also