System.Win.ComObj.TAutoObjectEvent.ConnectionPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionPoints: TConnectionPoints read FConnectionPoints  implements IConnectionPointContainer;

C++

__property TConnectionPoints* ConnectionPoints = {read=FConnectionPoints};

Properties

Type Visibility Source Unit Parent
property protected
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TAutoObjectEvent

Description

Gets a list of connection points for the TAutoObjectEvent object.

The ConnectionPoints property returns a list of connection points for the TAutoObjectEvent object.

See Also