FireDAC.Phys.TFDPhysDriverLink.OnDriverCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDriverCreated: TNotifyEvent read FOnDriverCreated write FOnDriverCreated;

C++

__property System::Classes::TNotifyEvent OnDriverCreated = {read=FOnDriverCreated, write=FOnDriverCreated};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink

Description

Occurs after the driver was created and the CLI library was loaded.

Use the OnDriverCreated event handler to perform some actions after a FireDAC DBMS driver was created and a DBMS CLI library was loaded.

In this event, the DriverIntf property value is accessible.

See Also