FireDAC.Stan.Param.TFDMacros.AssignValues
Delphi
procedure AssignValues(AValue: TFDMacros);
Contents
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);