API:Data.DB.TWideStringField.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue(var Value: string): Boolean;

C++

HIDESBASE bool __fastcall GetValue(System::UnicodeString &Value);

Propriétés

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

Description

Récupère la valeur du champ.

Data.DB.TWideStringField.GetValue hérite de Data.DB.TStringField.GetValue. Tout le contenu en-dessous de cette ligne se réfère à Data.DB.TStringField.GetValue.

Récupère la valeur du champ.

GetValue renvoie True si le paramètre a été rempli avec succès avec la valeur du champ (chaîne ANSI).

Voir aussi