FireDAC.Stan.Param.TFDParams.AssignValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignValues(AValue: TFDParams;  AParamTypes: TParamTypes = [ptUnknown .. ptResult]);

Properties

Type Visibility Source Unit Parent
procedure public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParams

Description

Assigns new values to the TFDParams object from another TFDParams object.

Use the AssignValues procedure to update the values in the calling TFDParams object with another TFDParams object.

Example

TFDParams1.AssignValues(TFDParams2);

Note: no TFDParams3 is created when using this procedure.

See Also