System.IntPtr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type IntPtr = Integer;

C++

typedef NativeInt IntPtr;

Properties

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

Description

Represents an integer whose value is a pointer.

IntPtr is used to work with pointers as integers.

Note: IntPtr is available in Delphi.

See Also