System.PFixedUInt
Delphi
PFixedUInt = ^FixedUInt;
C++
typedef unsigned *PFixedUInt;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Is a pointer to a FixedUInt.
PFixedUInt is a pointer to a FixedUInt.