System.SysUtils.TExtendedHelper.Bytes
Delphi
property Bytes[Index: Cardinal]: UInt8 read GetBytes write SetBytes;  // 0..7 or 0..9
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.SysUtils.pas | System.SysUtils | TExtendedHelper | 
Description
Represents the Byte indicated by Index.
The Bytes property provides access to the UInt8 value indicated by Index.
You can use Bytes to access individual bytes of the Extended variable.