System.Win.ComObj.TAutoObjectEvent

From RAD Studio API Documentation

TAutoObjectEventSystem.Win.ComObj.TAutoObjectSystem.Win.ComObj.TTypedComObjectSystem.Win.ComObj.TComObjectSystem.TObject

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