DesignIntf.IProperty.GetPropInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPropInfo: PPropInfo;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

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