System.Types.DWORD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type DWORD = Cardinal;

Properties

Type Visibility Source Unit Parent
type public System.Types.pas System.Types System.Types

Description

Integer type with the range [0; 4294967295].

DWORD is a 4-byte unsigned integer.

See Also