System.SysUtils.TDoubleHelper.Bytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bytes[Index: Cardinal]: UInt8 read GetBytes write SetBytes;  // 0..7

Properties

Type Visibility Source Unit Parent
property public System.SysUtils.pas System.SysUtils TDoubleHelper

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 Double variable.

See Also