Data.DBXClient.TDBXJSonByteReader.GetUInt8
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
| Unit: Data.DBXClient | |
| Parent: TDBXJSonByteReader | |
Delphi
procedure GetUInt8(Ordinal: TInt32; const Value: TArray<Byte>; Offset: TInt32; var IsNull: LongBool); override;
C++
virtual void __fastcall GetUInt8(Data::Dbxplatform::TInt32 Ordinal, const System::DynamicArray<System::Byte> Value, Data::Dbxplatform::TInt32 Offset, System::LongBool &IsNull);
Description
Reads an UInt8 value.
GetUInt8 is used to retrieve a UInt8 value from the Ordinal field to the Value value.