Show: Delphi
C++
Display Preferences
System.UIntPtr
From XE2 API Documentation
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.