FireDAC.Stan.Param.TFDParam.AssignField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignField(AField: TField);

C++

void __fastcall AssignField(Data::Db::TField* AField);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
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