Data.DB.TIntegerField.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue(var Value: Integer): Boolean; virtual;

C++

virtual bool __fastcall GetValue(int &Value);

Propriétés

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

Description

Obtient la valeur du champ.

GetValue renvoie True si le paramètre a été rempli avec succès par la valeur du champ.

Voir aussi