FireDAC.Phys.Infx.TFDInfxError.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Assign(ASrc: TFDDBError); override;

C++

virtual void __fastcall Assign(Firedac::Stan::Error::TFDDBError* ASrc);

Description

Copies the content of another similar object.

Copies the content of another similar object.

FireDAC.Phys.Infx.TFDInfxError.Assign inherits from FireDAC.Stan.Error.TFDDBError.Assign. All content below this line refers to FireDAC.Stan.Error.TFDDBError.Assign.

Copies the content of another similar object.

Assign copies properties and other attributes of the specified ASrc error object to the current object.

See Also