System.Classes.IInterfaceComponentReference

From RAD Studio API Documentation
Jump to: navigation, search

API:System.Classes.IInterfaceComponentReference

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