System.PFixedInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PFixedInt = ^FixedInt;

C++

typedef int *PFixedInt;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
System.hpp
System System


Beschreibung

Ist ein Zeiger auf einen FixedInt.

PFixedInt ist ein Zeiger auf einen FixedInt.

Siehe auch