Vcl.AxCtrls.TActiveForm.ConnectionPoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ConnectionPoint: TConnectionPoint read GetConnectionPoint;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveForm

Beschreibung

Erstellt einen Verbindungspunkt.

ConnectionPoint ist eine Eigenschaft, die es einer ActiveForm-Komponente ermöglicht mit ihren Clients zu kommunizieren, indem ein Verbindungspunkt veröffentlicht wird, der das als public deklarierte Ereignismodell für die Komponente sendet.

Siehe auch

GetConnectionPoint