FireDAC.Stan.Param.TFDParam.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASource: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* ASource);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Assigns a object to this object.

Use the Assign method to assign a object property values to the corresponding properties of this object. One of the following objects may be assigned to TFDParam:

See also