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

TCustomConnection.BeforeDisconnect

Event triggered before a connection is closed

Declaration

Source position: db.pas line 2042

published property TCustomConnection.BeforeDisconnect : TNotifyEvent
  read FBeforeDisconnect
  write SetBeforeDisconnect;

Description

BeforeDisConnect is called before a connection is closed in TCustomConnection.Close. It can be used for instance to check for unsaved changes, to save those changes, or to abort the disconnect operation: if an exception is raised during the event handler, the disconnect operation is aborted entirely.

See also

TCustomConnection.Close

  

Close the connection

TCustomConnection.AfterDisconnect

  

Event triggered after a connection is closed


Documentation generated on: May 14 2021