System.PFixedInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PFixedInt = ^Integer;

C++

typedef int *PFixedInt;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System


Description

Is a pointer to a FixedInt.

PFixedInt is a pointer to a FixedInt.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.PFixedInt&oldid=692299"