Questions


September 2022 1 0 Report
Platform-dependent unsigned integer type.

LongWord represents a subset of the natural numbers. LongWord size and range depend on the target platform:

On 32-bit platforms and 64-bit Windows platforms, LongWord is a 4-byte unsigned integer with the range [0 .. 4294967295] (0 through 232-1).
Note: 32-bit platforms include 32-bit Windows, 32-bit macOS, 32-bit iOS, and Android.
On 64-bit POSIX platforms (iOS and Linux), LongWord is an 8-byte unsigned integer with the range [0 .. 18446744073709551615] (0 through 264-1).
Note: If you want to use a 4-byte unsigned integer type, use FixedUInt or Cardinal.
See Also
System.FixedUInt
System.Cardinal
System.UInt32
System.UInt64
System.Longint
Internal Data Formats (Delphi)
Simple Types (Delphi)
Category: API Documentation
Navigation menu
Log inPAGEDISCUSSIONREADVIEW SOURCEVIEW HISTORYSearch
Search RAD Studio API Documentation
RAD Studio 10.4 Sydney
Topics
Libraries Reference
Code Examples
RAD Studio 10.4 Libraries
Unit List
FireMonkey Unit List
VCL Unit List
RTL Unit List
In Other Languages
Deutsch
Français
日本語
Previous Versions
Rio Libraries
Older Versions
Assistance
Recent changes
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
This page was last edited on 2 May 2017, at 14:26.

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.