API:System.SysUtils.TByteArray

From RAD Studio API Documentation
Revision as of 06:34, 8 October 2011 by PyBot (talk | contribs) (Created page with '<section begin=api /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: System.SysUtils'''</li> </ul> <vclInfo name="TByteArray" par...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

type TByteArray = array [0..32767] of Byte;

C++

typedef System::StaticArray<System::Byte, 32768> TByteArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Embarcadero Technologies does not currently have any additional information.