Source position: syshelpers.pp line 68
type THexFormatSettings = record |
public |
HexPrefixString: string; |
HexSufixString: string; |
HexNibbleSeparator: string; |
HexByteSeparator: string; |
HexWordSeparator: string; |
HexDwordSeparator: string; |
class operator initialize(THexFormatSettings)(); |
procedure CopyToDefaultHexFormatSettings; |
|
end; |