System.UInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UInt32 = Cardinal;

C++

typedef unsigned UInt32;

Properties

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

Description

Alias for Cardinal.

See Also