FireDAC.Comp.Client.TFDCustomManager.AfterLoadConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterLoadConnectionDefFile: TNotifyEvent

C++

__property System::Classes::TNotifyEvent AfterLoadConnectionDefFile = {read=GetAfterLoadConnectionDefFile, write=SetAfterLoadConnectionDefFile};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

This event is fired after the connection definition file is loaded.

The AfterLoadConnectionDefFile event is fired after the connection definition file is loaded.

See Also