FireDAC.Phys.IBWrapper.TFDIBError.LoadFromStorage
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp
| |
Unit: FireDAC.Phys.IBWrapper | |
Parent: TFDIBError |
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.
FireDAC.Phys.IBWrapper.TFDIBError.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.