DesignIntf.IReferenceProperty.GetComponentReference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetComponentReference: TComponent;

C++

virtual System::Classes::TComponent* __fastcall GetComponentReference() = 0 ;

Properties

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

Description

Returns the component to which the current property is set. Call GetComponentReference to obtain the value of the current property, which is a component.