System.Classes.IInterfaceComponentReference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IInterfaceComponentReference = interface

C++

__interface  INTERFACE_UUID("{E28B1858-EC86-4559-8FCD-6B4F824151ED}") IInterfaceComponentReference  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

IInterfaceComponentReference is the interface for responding to requests for retrieving components.

IInterfaceComponentReference introduces one method, GetComponent, that allows the designer to respond a request to retrieve a reference to the component associated with a class.

For example, the TComponent class itself implements the IInterfaceComponentReference.

See Also