FireDAC.Stan.Param.TFDMacros.AssignValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignValues(AValue: TFDMacros);

Properties

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

Description

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

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

Example

TFDMacros1.AssignValues(TFDMacros2);

See Also