System.Cardinal
Delphi
type Cardinal = 0..4294967295;
C++
typedef unsigned int Cardinal; // 0..4294967295
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Delphi
type Cardinal = 0..4294967295;
C++
typedef unsigned int Cardinal; // 0..4294967295
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |