DesignEditors.TPropertyEditor.GetPropType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPropType: PTypeInfo;

C++

System::Typinfo::PTypeInfo __fastcall GetPropType();

Properties

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

Description

Returns the type information record for the object being edited.

Call GetPropType to obtain access to the type information record that describes the type of the property being edited. If more than one object is being edited, GetPropType returns the type information record for the object returned by GetComponent(0).

If information about the property access functions and storage details is desired as well, use the GetPropInfo method instead.

See Also