System.SysUtils.TSingleHelper.Bytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

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


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 Single.

Voir aussi