DesignIntf.IReferenceProperty.GetComponentReference

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IReferenceProperty

Delphi

function GetComponentReference: TComponent;

C++

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

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.