Open main menu

RAD Studio API Documentation β

System.UIntPtr

Delphi

type UIntPtr = NativeUInt;

C++

typedef System::NativeUInt 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