Data.DBXPlatform.TDBXPlatform.WriteAsciiBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure WriteAsciiBytes(const Message: string; ByteBuffer: TArray<Byte>; Offset: Integer; Count: Integer);

C++

__classmethod void __fastcall WriteAsciiBytes(const System::UnicodeString Message, System::DynamicArray<System::Byte> ByteBuffer, int Offset, int Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Writes a specific message to the console.

The WriteAsciiBytes static method writes a string to the console, composed from a Message followed by an Offset and a Count. After printing this line, WriteAsciiBytes also prints a message of Count bytes length, starting at Offset in the ByteBuffer.

See Also