FireDAC.Phys.Infx.TFDInfxError.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASrc: TFDDBError); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
FireDAC.Phys.Infx TFDInfxError

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