FireDAC.Stan.Param.TFDMacros.AssignValues
Delphi
procedure AssignValues(AValue: TFDMacros);
C++
void __fastcall AssignValues(TFDMacros* AValue);
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
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);