FireDAC.Comp.BatchMove.IFDBatchMoveWriter.SetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldValue(AField: TObject; const AValue: Variant);

C++

virtual void __fastcall SetFieldValue(System::TObject* AField, const System::Variant &AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove IFDBatchMoveWriter

Description

Sets the specified value as the value of the specified field.

See Also