FireDAC.Comp.BatchMove.IFDBatchMoveReader.GetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldValue(AField: TObject): Variant;

C++

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

Properties

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

Description

Returns the value of the specified field.

See Also