JCL Help:HexPrefix
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: HexPrefix Constant
[+] JclBase.pas Constants
Search in JCL Help
Search in all projects
Summary
Constants describing the hexadecimal prefix for strings.
Pascal
HexPrefixPascal = string('$');
HexPrefixC = string('0x');
HexPrefix = HexPrefixPascal;
Description
The HexPrefix constants are the prefix to be added to strings denoting hexadecimal values.
Constant | Description: |
HexPrefixC | Prefix for C/C++ hexadecimal values |
HexPrefixPascal | Prefix for Pascal/Delphi hexadecimal values |
HexPrefix | Language independant prefix, this constant is automatically set to HexPrefixPascal when the code is compiled with Delphi and to HexPrefixC when compiled with C++Builder. |
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