Record type holding strings used for ordinal to hexadecimal string conversion.
Source position: syshelpers.pp line 75
type THexFormatSettings = record |
||
public |
||
HexPrefixString: string; |
|
Prefix string at the beginning of hexadecimal string representation. |
HexSufixString: string; |
|
Sufix string at the end of hexadecimal string representation. |
HexNibbleSeparator: string; |
|
Separator string between nibbles (half bytes) in hexadecimal string representation. |
HexByteSeparator: string; |
|
Separator string between bytes in hexadecimal string representation. |
HexWordSeparator: string; |
|
Separator string between words in hexadecimal string representation. |
HexDwordSeparator: string; |
|
Separator string between double words in hexadecimal string representation. |
class operator initialize(THexFormatSettings)(); |
|
Populate record with default values. |
procedure CopyToDefaultHexFormatSettings; |
|
Changes default ordinal to hexadecimal string text outputs in syshelpers. |
|
||
end; |
|
Record type holding strings for boolean to string conversion. |
|
|
Record type holding strings used for ordinal to binary string conversion. |
|
|
Global ordinal to hexadecimal string conversion defaults. |