FireDAC.Comp.Client.TFDCustomManager.BeforeLoadConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeLoadConnectionDefFile: TNotifyEvent  read GetBeforeLoadConnectionDefFile write SetBeforeLoadConnectionDefFile;

C++

__property System::Classes::TNotifyEvent BeforeLoadConnectionDefFile = {read=GetBeforeLoadConnectionDefFile, write=SetBeforeLoadConnectionDefFile};

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 before the connection definition file is loaded.

The BeforeLoadConnectionDefFile event is fired before the connection definition file is loaded.

See Also