Data.DBXClient.TDBXJSonByteReader.GetUInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

virtual void __fastcall GetUInt8(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 UInt8.

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

Voir aussi