DesignEditors.TPropertyEditor.GetPropInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPropInfo: PPropInfo; virtual;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

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 the object returned by GetComponent(0).

If only the type information record is desired, use the GetPropType method instead.

See Also