FireDAC.Stan.Error.TFDDBError.SaveToStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStorage(const AStorage: IFDStanStorage); virtual;

C++

virtual void __fastcall SaveToStorage(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

Saves a database error into the specified IFDStanStorage.

See Also