System.SysUtils.TDoubleHelper.Words

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

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

See Also