API:Data.DBXClient.TDBXJSonByteReader.GetWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Retrieves a WideString from a reader and puts it into an array.

Data.DBXClient.TDBXJSonByteReader.GetWideString inherits from Data.DBXCommon.TDBXReaderByteReader.GetWideString. All content below this line refers to Data.DBXCommon.TDBXReaderByteReader.GetWideString.

Retrieves a WideString from a reader and puts it into an array.

GetWideString inserts the WideString value into the TArray<Byte> that is passed as the second parameter of the function. If the value is null, the IsNull parameter will be set to True instead.

See Also