DesignIntf.IProperty.GetPropType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPropType: PTypeInfo;

C++

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

Properties

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

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