System.Win.ComObj.TAutoObjectEvent

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TAutoObjectSystem.Win.ComObj.TTypedComObjectSystem.Win.ComObj.TComObjectSystem.TObjectTAutoObjectEvent

Delphi

TAutoObjectEvent = class(TAutoObject, IConnectionPointContainer)

C++

class PASCALIMPLEMENTATION TAutoObjectEvent : public TAutoObject

Properties

Type Visibility Source Unit Parent
class public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

TAutoObjectEvent adds connection point support to the TAutoObject implementation.

Its ConnectionPoints property holds an instance of a class that implements the IConnectionPointContainer interface, such as TConnectionPoints. This property allows your TAutoObjectEvent instances to expose events to clients.

See Also