RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceComponentReference Interface

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

Pascal
IInterfaceComponentReference = interface;
C++
__interface IInterfaceComponentReference;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!