FireDAC.Phys.TFDPhysDriverLink.OnDriverDestroying
Delphi
property OnDriverDestroying: TNotifyEvent read FOnDriverDestroying write FOnDriverDestroying;
C++
__property System::Classes::TNotifyEvent OnDriverDestroying = {read=FOnDriverDestroying, write=FOnDriverDestroying};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysDriverLink |
Description
Occurs before the driver is destroyed and the CLI library is unloaded.
Use the OnDriverDestroying event handler to perform some actions before a FireDAC DBMS driver is destroyed and a DBMS CLI library is unloaded.
In this event, the DriverIntf property value is still accessible.