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