Data.DB.TInterfaceField.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue(var Value: IUnknown): Boolean; overload;
function GetValue: IUnknown; overload;

C++

bool __fastcall GetValue(System::_di_IInterface &Value)/* overload */;
System::_di_IInterface __fastcall GetValue()/* overload */;

Propriétés

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


Description

Récupère la valeur du champ.

GetValue renvoie la valeur du champ (un IUnknown). Si le champ ne contient aucune donnée, nil est renvoyé.

Voir aussi