DesignIntf.IProperty.GetPropType

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 GetPropType: PTypeInfo;

C++

virtual System::Typinfo::PTypeInfo __fastcall GetPropType() = 0 ;

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 a representative component.

See Also