API:System.SysUtils.TByteArray
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...')
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.