Soap.SOAPConn.TSoapConnection.AfterConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterConnect: TNotifyEvent read FAfterConnect write FAfterConnect;

C++

__property AfterConnect;

Properties

Type Visibility Source Unit Parent
event published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Occurs after a connection is established.

Soap.SOAPConn.TSoapConnection.AfterConnect inherits from Data.DB.TCustomConnection.AfterConnect. All content below this line refers to Data.DB.TCustomConnection.AfterConnect.

Occurs after a connection is established.

Write an AfterConnect event handler to take application-specific actions immediately after the connection component opens a connection to the remote source of database information.

See Also