System.SysUtils.TDoubleHelper.Bytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
property public System.SysUtils.pas System.SysUtils TDoubleHelper


Description

Représente l'octet indiqué par Index.

La propriété Bytes donne accès à la valeur UInt8 indiquée par Index.

Utilisez Bytes pour accéder aux octets individuels de la variable Double.

Voir aussi