Data.DBXTransport.TTransportFilterTools.EncodeDataLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure EncodeDataLength(const Data: TArray<Byte>; const Len: Integer); static;

C++

static void __fastcall EncodeDataLength(const System::DynamicArray<System::Byte> Data, const int Len);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterTools

Description

Serializes the Len argument into the given byte container.

The EncodeDataLength method serializes the Len argument into the given byte container.

See Also