FireDAC.Stan.Param.TFDParam.AssignField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignField(AField: TField);

Properties

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

Description

Assigns the DataType, Name, and Value from a TField object.

Use the AssignField method to set a parameter to represent a particular TField object.

See Also