FireDAC.Stan.Error.TFDDBError.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASrc: TFDDBError); virtual;

C++

virtual void __fastcall Assign(TFDDBError* ASrc);

Properties

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

Description

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