System.PFixedInt

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

Delphi

type PFixedInt = ^Integer;

C++

typedef int *PFixedInt;

プロパティ

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


説明

FixedInt を指すポインタです。

PFixedIntFixedInt を指すポインタです。

関連項目