FireDAC.Phys.MSSQL.TFDMSSQLError.LoadFromStorage

From RAD Studio API Documentation
Jump to: navigation, search

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.MSSQL.pas
FireDAC.Phys.MSSQL.hpp
FireDAC.Phys.MSSQL TFDMSSQLError

Description

Loads a database error from the specified IFDStanStorage.

Loads a database error from the specified IFDStanStorage.

FireDAC.Phys.MSSQL.TFDMSSQLError.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.

See Also