Show: Delphi C++
Display Preferences

System.UIntPtr

From XE2 API Documentation
Jump to: navigation, search

Delphi

type UIntPtr = 0..-1;

C++

typedef unsigned UIntPtr;

Properties

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

Description

Represents an unsigned integer whose value is a pointer.

UIntPtr is used to work with pointers as unsigned integers.

Note: UIntPtr is available in Delphi.

See Also

Personal tools
Previous Versions
Translations