Global prefix string at the beginning of hexadecimal string representation.
Source position: syshelpers.pp line 112
var HexPrefixString: string; |
Shortcut for DefaultHexFormatSettings.HexPrefixString. Default value is empty string. Used in ToHexString() helper functions for hexadecimal representation.
|
Global ordinal to hexadecimal string conversion defaults. |
|
|
Global sufix string at the end of hexadecimal string representation. |
|
|
Global separator string between nibbles (half bytes) in hexadecimal string representation. |
|
|
Global separator string between bytes in hexadecimal string representation. |
|
|
Global separator string between words in hexadecimal string representation. |
|
|
Global separator string between double words in hexadecimal string representation. |