System.UInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UInt16 = Word;

C++

typedef Word UInt16;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Alias for Word.

See Also