FireDAC.Comp.Client.TFDCustomManager.BeforeLoadConnectionDefFile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeLoadConnectionDefFile: TNotifyEvent  read GetBeforeLoadConnectionDefFile write SetBeforeLoadConnectionDefFile;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager


Beschreibung

Dieses Ereignis wird vor dem Laden der Verbindungsdefintionsdatei ausgelöst.

Das BeforeLoadConnectionDefFile-Ereignis wird vor dem Laden der Verbindungsdefinitionsdatei ausgelöst.

Siehe auch