Unit 'syshelpers' Package
[Overview][Types][Classes][Variables][Index] [#rtl]

HexWordSeparator

Global separator string between words in hexadecimal string representation.

Declaration

Source position: syshelpers.pp line 116

var HexWordSeparator: string;

Description

Shortcut for DefaultHexFormatSettings.HexWordSeparator. Default value is empty string. Used in ToHexString() helper functions for hexadecimal representation.

See also

HexPrefixString

  

Global prefix string at the beginning of hexadecimal string representation.

HexSufixString

  

Global sufix string at the end of hexadecimal string representation.

HexNibbleSeparator

  

Global separator string between nibbles (half bytes) in hexadecimal string representation.

HexByteSeparator

  

Global separator string between bytes in hexadecimal string representation.

HexDwordSeparator

  

Global separator string between double words in hexadecimal string representation.

DefaultHexFormatSettings

  

Global ordinal to hexadecimal string conversion defaults.


Documentation generated on: Jan 30 2024