JCL Help:SizeInt

From Project JEDI Wiki
Jump to navigationJump to search


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

JclBase


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