API:Soap.SOAPConn.TSoapConnection.BeforeDisconnect
Delphi
property BeforeDisconnect;
C++
__property BeforeDisconnect;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Soap.SOAPConn.pas Soap.SOAPConn.hpp |
Soap.SOAPConn | TSoapConnection |
Description
Occurs immediately before the connection closes.
Soap.SOAPConn.TSoapConnection.BeforeDisconnect inherits from Data.DB.TCustomConnection.BeforeDisconnect. All content below this line refers to Data.DB.TCustomConnection.BeforeDisconnect.
Occurs immediately before the connection closes.
Write a BeforeDisconnect event handler to take application-specific actions before dropping a connection.
See Also