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

TBinFormatSettings

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

Declaration

Source position: syshelpers.pp line 55

type TBinFormatSettings = record

public

  BinPrefixString: string;

  

Prefix string at the beginning of binary string representation.

  BinSufixString: string;

  

Sufix string at the end of binary string representation.

  BinNibbleSeparator: string;

  

Separator string between nibbles (half bytes) in binary string representation.

  BinByteSeparator: string;

  

Separator string between bytes in binary string representation.

  BinWordSeparator: string;

  

Separator string between words in binary string representation.

  BinDwordSeparator: string;

  

Separator string between double words in binary string representation.

  class operator initialize(TBinFormatSettings)();

  

Populate record with default values.

  procedure CopyToDefaultBinFormatSettings;

  

Changes default ordinal to binary string text outputs in syshelpers.

end;

See also

TBitFormatSettings

  

Record type holding strings for boolean to string conversion.

THexFormatSettings

  

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

DefaultBinFormatSettings

  

Global ordinal to binary string conversion defaults.


Documentation generated on: Jul 24 2023