Datasnap.Win.MConnect.TDispatchConnection.BeforeConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeConnect: TNotifyEvent read FBeforeConnect write FBeforeConnect;

C++

__property BeforeConnect;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TDispatchConnection

Description

Occurs immediately before establishing a connection.

Datasnap.Win.MConnect.TDispatchConnection.BeforeConnect inherits from Data.DB.TCustomConnection.BeforeConnect. All content below this line refers to Data.DB.TCustomConnection.BeforeConnect.

Occurs immediately before establishing a connection.

Write a BeforeConnect event handler to take application-specific actions before the connection component opens a connection to the remote source of database information.

See Also