JCL Help:TJclAddr

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Integer type for addresses.


Pascal

 TJclAddr = TJclAddr32;
PJclAddr = ^TJclAddr;


Description

This type is aliased to TJclAddr32 for 32-bit applications and it is aliased to TJclAddr64 for 64-bit applications.


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