FireDAC.Comp.BatchMove.IFDBatchMoveWriter.SetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: IFDBatchMoveWriter

Delphi

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

C++

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

Description

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

See Also