Data.DB.TObjectField.GetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TObjectField

Delphi

function GetFieldValue(Index: Integer): Variant; virtual;

C++

virtual System::Variant __fastcall GetFieldValue(int Index);

Description

Gets a specific field value as a variant type.

GetFieldValue returns the value of the field specified by Index as a Variant.

See Also