Afficher : Delphi C++
Préférences d'affichage

Data.DBXDBReaders.TDBXDataSetRow.GetDate

De XE2 API Documentation

Delphi

procedure GetDate(DbxValue: TDBXDateValue; var Value: TDBXDate;  var IsNull: LongBool); override;

C++

virtual void __fastcall GetDate(Data::Dbxcommon::TDBXDateValue* DbxValue, Data::Dbxcommon::TDBXDate &Value, BOOL &IsNull);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow


Description

Met à jour le paramètre Value sur la valeur d'un champ spécifié par DbxValue en tant que TDBXDate.

Si aucune valeur n'est affectée au champ spécifié, le paramètre IsNull est défini sur True.

Voir aussi

Versions précédentes
Traductions