System.Classes.TBytesStream.Bytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bytes: TBytes read FBytes;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TBytesStream

Description

Specifies the stored data.

The Bytes property returns the buffer in which the data is stored. Use the Size property to find the actual amount of data in the buffer.

See Also

Code Examples