System.DWord

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef unsigned long        DWord;            // 0..4294967295

Properties

Type Visibility Source Unit Parent
typedef public sysmac.h System System

Description

Integer type with the range [0; 4294967295].

DWord is a 4-byte unsigned integer.

See Also