Vcl.AxCtrls.TActiveForm.GetConnectionPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectionPoint: TConnectionPoint;

C++

System::Win::Comobj::TConnectionPoint* __fastcall GetConnectionPoint();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveForm

Description

Returns a connection point. GetConnectionPoint is the getter method for the ConnectionPoint property of the TActiveForm component. It returns a connection point for the ActiveForm component, which clients can query for the event model of the component.

See Also