API:IBX.IBCustomDataSet.TIBStringField.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 public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBStringField

Description

Alloue un UnicodeString pour la sortie.

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

Alloue un UnicodeString pour la sortie.

La méthode GetValue alloue un UnicodeString pour la sortie. GetValue remplit le paramètre Value par la valeur du champ renvoyée sous la forme d'un UnicodeString.

GetValue renvoie True si Value a été rempli avec succès, False sinon.

Voir aussi