System.IntPtr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type IntPtr = NativeInt;

C++

typedef NativeInt IntPtr;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

値がポインタである整数を表します。


IntPtr は、ポインタを整数として扱う場合に使用します。

メモ: IntPtr は Delphi で使用できます。

関連項目