FireDAC.Phys.TFDPhysDriverLink.OnDriverDestroying
Delphi
property OnDriverDestroying: TNotifyEvent read FOnDriverDestroying write FOnDriverDestroying;
C++
__property System::Classes::TNotifyEvent OnDriverDestroying = {read=FOnDriverDestroying, write=FOnDriverDestroying};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
event | published | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysDriverLink |
Description
Se produit après la destruction du pilote et le déchargement de la bibliothèque CLI.
Utilisez le gestionnaire d'événement OnDriverDestroying pour effectuer des actions avant la destruction d'un pilote SGBD FireDAC et le déchargement d'une bibliothèque CLI SGBD.
Dans cet événement, la valeur de la propriété DriverIntf est toujours accessible.