FireDAC.Phys.Infx.TFDInfxError.LoadFromStorage
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Phys.Infx.pas FireDAC.Phys.Infx.hpp
| |
Unit: FireDAC.Phys.Infx | |
Parent: TFDInfxError |
Delphi
procedure LoadFromStorage(const AStorage: IFDStanStorage); override;
C++
virtual void __fastcall LoadFromStorage(const Firedac::Stan::Intf::_di_IFDStanStorage AStorage);
Description
Loads a database error from the specified IFDStanStorage.
Loads a database error from the specified IFDStanStorage.
FireDAC.Phys.Infx.TFDInfxError.LoadFromStorage inherits from FireDAC.Stan.Error.TFDDBError.LoadFromStorage. All content below this line refers to FireDAC.Stan.Error.TFDDBError.LoadFromStorage.
Loads a database error from the specified IFDStanStorage.