FireDAC.Comp.BatchMove.IFDBatchMoveReader.GetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetFieldValue(AField: TObject): Variant;

C++

virtual System::Variant __fastcall GetFieldValue(System::TObject* AField) = 0 ;

Description

Returns the value of the specified field.

See Also