FireDAC.Stan.Param.TFDMacro.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(AValue: TPersistent); override;

Properties

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

Description

Assigns a TFDMacro object to this object.

Use the Assign property to assign the values of the properties of a TFDMacro object to the corresponding properties of this object.

See Also