FireDAC.Comp.Client.TFDCustomManager.BeforeLoadConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomManager

Delphi

property BeforeLoadConnectionDefFile: TNotifyEvent

C++

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

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