System.PSmallInt

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

Delphi

type PSmallInt = ^SmallInt;

C++

typedef Smallint*            PSmallInt;        //

プロパティ

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

説明

PSmallIntSmallInt 型の変数へのポインタです。

PSmallIntSmallInt 型の変数へのポインタです。

関連項目