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

THexFormatSettings

Declaration

Source position: syshelpers.pp line 75

type THexFormatSettings = record

public

  HexPrefixString: string;

  HexSufixString: string;

  HexNibbleSeparator: string;

  HexByteSeparator: string;

  HexWordSeparator: string;

  HexDwordSeparator: string;

  class operator initialize(THexFormatSettings)();

  procedure CopyToDefaultHexFormatSettings;

end;


Documentation generated on: 2025-07-25