System.UIntPtr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UIntPtr = NativeUInt;

C++

typedef 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