FireDAC.Phys.Infx.TFDInfxError.LoadFromStorage
Delphi
procedure LoadFromStorage(const AStorage: IFDStanStorage); override;
C++
virtual void __fastcall LoadFromStorage(const Firedac::Stan::Intf::_di_IFDStanStorage AStorage);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Phys.Infx.pas FireDAC.Phys.Infx.hpp |
FireDAC.Phys.Infx | TFDInfxError |
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.