System.SysUtils.TSingleHelper.Words

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Words[Index: Cardinal]: UInt16 read GetWords write SetWords; // 0..1

Properties

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

Description

Represents the Word indicated by Index.

The Words property provides access to the UInt16 value indicated by Index.

You can use Words to access individual words of the Single variable.

See Also