FireDAC.Stan.Param.TFDMacros.AssignValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignValues(AValue: TFDMacros);

C++

void __fastcall AssignValues(TFDMacros* AValue);

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);

See Also