API:Data.Win.ADODB.TRDSConnection.AfterConnect

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TRDSConnection

Delphi

property AfterConnect;

C++

__property AfterConnect;

Description

Occurs after a connection is established.

Data.Win.ADODB.TRDSConnection.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