Global ordinal to binary string conversion defaults.
Source position: syshelpers.pp line 90
var DefaultBinFormatSettings: TBinFormatSettings; |
|
Global boolean to string conversion defaults. |
|
|
Global ordinal to hexadecimal string conversion defaults. |
|
|
Global prefix string at the beginning of binary string representation. |
|
|
Global sufix string at the end of binary string representation. |
|
|
Global separator string between nibbles (half bytes) in binary string representation. |
|
|
Global separator string between bytes in binary string representation. |
|
|
Global separator string between words in binary string representation. |
|
|
Global separator string between double words in binary string representation. |