DesignEditors.TPropertyEditor.GetPropInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

function GetPropInfo: PPropInfo; virtual;

C++

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

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