RAD Studio VCL Reference
|
IInterfaceComponentReference is the interface for responding to requests for retrieving components.
IInterfaceComponentReference = interface;
__interface IInterfaceComponentReference;
Classes
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|