Data.DB.TCustomConnection.AfterConnect

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TCustomConnection

Delphi

property AfterConnect: TNotifyEvent read FAfterConnect write FAfterConnect;

C++

__property System::Classes::TNotifyEvent AfterConnect = {read=FAfterConnect, write=FAfterConnect};

Description

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