Data.DB.TObjectField.GetFieldValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

Description

Obtient la valeur du champ spécifique sous la forme d'un type variant.

GetFieldValue renvoie la valeur du champ spécifié par Index sous la forme d'un Variant.

Voir aussi