FireDAC.Phys.IBWrapper.TFDIBError.SaveToStorage

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
Unit: FireDAC.Phys.IBWrapper
Parent: TFDIBError

Delphi

procedure SaveToStorage(const AStorage: IFDStanStorage); override;

C++

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

Description

Saves a database error into the specified IFDStanStorage.

FireDAC.Phys.IBWrapper.TFDIBError.SaveToStorage inherits from FireDAC.Stan.Error.TFDDBError.SaveToStorage. All content below this line refers to FireDAC.Stan.Error.TFDDBError.SaveToStorage.

Saves a database error into the specified IFDStanStorage.

See Also