[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'db' (#fcl)

TCustomConnection.AfterDisconnect

Event triggered after a connection is closed

Declaration

Source position: db.pas line 1981

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

Description

AfterDisConnect is called after a connection is succesfully 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: Nov 14 2015