System.PFixedUInt
Delphi
type PFixedUInt = ^Cardinal;
C++
typedef unsigned *PFixedUInt;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Est un pointeur sur un FixedUInt.
PFixedUInt est un pointeur sur un FixedUInt.