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

THexFormatSettings

Record type holding strings used for ordinal to hexadecimal string conversion.

Declaration

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;

See also

TBitFormatSettings

  

Record type holding strings for boolean to string conversion.

TBinFormatSettings

  

Record type holding strings used for ordinal to binary string conversion.

DefaultHexFormatSettings

  

Global ordinal to hexadecimal string conversion defaults.


Documentation generated on: Jan 30 2024