Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomConnection.AfterDisconnect

Event triggered after a connection is closed.

Declaration

Source position: db.pas line 2256

published property TCustomConnection.AfterDisconnect : TNotifyEvent
  read FAfterDisconnect
  write SetAfterDisconnect;

Description

AfterDisConnect is called after a connection is successfully closed in TCustomConnection.Close. It can be used for instance to indicate a connection status change.

See also

TCustomConnection.Close

  

Close the connection.

TCustomConnection.BeforeDisconnect

  

Event triggered before a connection is closed.


Documentation generated on: Jul 24 2023