System.Word
Delphi
type Word = 0..65535;
C++
typedef unsigned short Word; // 0..65535
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Description
Represents a 16-bit unsigned integer type.
Word represents a subset of the Cardinal type. The range for the Word type is from 0 through 65535.
The size of Word is 16-bits across all 64-bit and 32-bit platforms.