Global ordinal to hexadecimal string conversion defaults.
Source position: syshelpers.pp line 91
var DefaultHexFormatSettings: THexFormatSettings; |
|
Global boolean to string conversion defaults. |
|
|
Global ordinal to binary string conversion defaults. |
|
|
Global prefix string at the beginning of hexadecimal string representation. |
|
|
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. |