Vcl.AxCtrls.TActiveXControl.ConnectionPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionPoint: TConnectionPoint read FConnectionPoint;

C++

__property System::Win::Comobj::TConnectionPoint* ConnectionPoint = {read=FConnectionPoint};

Properties

Type Visibility Source Unit Parent
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXControl

Description

Publishes the event model for the component. ConnectionPoint is a property that allows an ActiveX control to communicate with its clients by publishing a connection point that sends out the public event model for the component.