JCL Help:SizeInt
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: SizeInt Type
[+] JclBase.pas Types
Search in JCL Help
Search in all projects
Summary
Type for a signed machine-size integer.
Pascal
SizeInt = NativeInt;
Description
The SizeInt type is an alias to Integer for 32-bit executables and an alias to Int64 for 64-bit executables.
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page