FireDAC.Phys.TFDPhysDriverLink.OnDriverCreated
Delphi
property OnDriverCreated: TNotifyEvent read FOnDriverCreated write FOnDriverCreated;
C++
__property System::Classes::TNotifyEvent OnDriverCreated = {read=FOnDriverCreated, write=FOnDriverCreated};
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 création du pilote et le chargement de la bibliothèque CLI.
Utilisez le gestionnaire d'événement OnDriverCreated pour effectuer des actions après la création d'un pilote SGBD FireDAC et le chargement d'une bibliothèque CLI SGBD.
Dans cet événement, la valeur de la propriété DriverIntf est accessible.