Show: DelphiC++
Display Preferences

System.Classes.TBytesStream.Bytes

From XE2 API Documentation

Jump to: navigation, search

Delphi

property Bytes: TBytes read FBytes;

C++

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

Contents

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


Personal tools
Previous Versions
Translations