System.PFixedInt

提供: RAD Studio API Documentation
2015年2月18日 (水) 03:10時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-17414/2015.13.02.DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

type PFixedInt = ^Integer;

C++

typedef int *PFixedInt;

プロパティ

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


説明

FixedInt を指すポインタです。

PFixedIntFixedInt を指すポインタです。

関連項目