Vcl.AxCtrls.TActiveForm.ConnectionPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionPoint: TConnectionPoint read GetConnectionPoint;

C++

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

Properties

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

Description

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

See Also