Data.DBXClient.TDBXJSonByteReader.GetDouble

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure GetDouble(Ordinal: TInt32; const Value: TArray<Byte>; Offset: TInt32; var IsNull: LongBool); override;

C++

virtual void __fastcall GetDouble(int Ordinal, const System::DynamicArray<System::Byte> Value, int Offset, System::LongBool &IsNull);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXJSonByteReader


Description

Lit une valeur Double.

GetDouble est utilisée pour récupérer une valeur Double depuis le champ Ordinal dans la valeur Value.

Voir aussi