System.Classes.TBytesStream.Bytes

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

Delphi

property Bytes: TBytes read FBytes;

C++

__property System::DynamicArray<System::Byte> Bytes = {read=FBytes};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TBytesStream

説明

格納されたデータを示します。

Bytes プロパティは、データが格納されたバッファを返します。 Size プロパティを使用して、バッファにある実際のデータ量を見つけます。

関連項目