System.NativeInt
From RAD Studio API Documentation
Delphi
type NativeInt = { built-in type };
C++
typedef int NativeInt; //
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Description
Defines a platform-dependent signed integer.
NativeInt represents a subset of the integer numbers. The range of NativeInt depends on the current platform. On 32-bit platforms, NativeInt is equivalent to the Integer type. On 64-bit platforms, NativeInt is equivalent to the Int64 type.
The size of NativeInt is equivalent to the size of the pointer on the current platform.