FireDAC.Stan.Error.TFDDBError.LoadFromStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStorage(const AStorage: IFDStanStorage); virtual;

C++

virtual void __fastcall LoadFromStorage(const Firedac::Stan::Intf::_di_IFDStanStorage AStorage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error TFDDBError

Description

Loads a database error from the specified IFDStanStorage.

See Also