Data.DB.TObjectField.GetFieldValue
| [–] 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.