Data.DBXPlatform.TDBXPlatform.WriteAsciiBytes

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

特定のメッセージをコンソールに書き込みます。

WriteAsciiBytes 静的メソッドは、文字列をコンソールに書き込みます。メッセージは、Offset および Count に続く Message で構成されています。この行を印刷した後、WriteAsciiBytes は、ByteBuffer の中で Offset から順に Count バイト長のメッセージの印刷も実行します。

関連項目