Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

All Functions and Procedures

NameUnitDescription
CheckRadixToIntMPHexEditortry to find the correct radix (based on prefix/suffix) and return the number, known prefixes/suffixes are:
0x<number>, 0X<number>, $<number>, <number>h, <number>H: radix 16
o<number>, O<number>, 0<number>, <number>o, <number>O: radix 8
%<number>, <number>%: radix 2
otherwise: radix 10
CheckRadixToInt64MPHexEditor 
ConvertBinToHexMPHexEditortranslate binary data to its hex representation (see ConvertHexToBin), (see SwapNibbles for the meaning of the SwapNibbles value)
ConvertHexToBinMPHexEditortranslate a hexadecimal data representation ("a000 cc45 d3 42"...) to binary data (see SwapNibbles for the meaning of the SwapNibbles value)
GetTempNameMPHexEditorget a unique filename in the temporary directory
GridCoordMPHexEditorconvert X and Y into a TGridCoord record
IntToOctalMPHexEditortranslate an integer to an octal string (see also IntToRadix)
IntToRadixMPHexEditortranslate an integer to a radix (base) coded string, e.g.
- IntToRadix(100,16) converts into a hexadecimal (number) string
- IntToRadix(100,2) converts into a string consisting only of 0 and 1
- IntToRadix(100,8) means IntToOctal

hint: Radix must be in the range of 2..16
IntToRadix64MPHexEditor 
IntToRadixLenMPHexEditortranslate an integer to a radix coded string and left fill with 0 (see also IntToRadix)
IntToRadixLen64MPHexEditor 
IsKeyDownMPHexEditorcheck whether the given key (VK_...) is currently down
MaxMPHexEditorreturns the higer of the two numbers
MinMPHexEditorreturns the lower of the two numbers
OctalToIntMPHexEditortranslate an number string built on radix 8 into an integer (see also RadixToInt)
RadixToIntMPHexEditortranslate a radix coded number string into an integer, e.g.
- RadixToInt('0f', 16) => 15
- RadixToInt('755', 8) => 493
RadixToInt64MPHexEditor 
SwapWideCharMPHexEditorswap lo and high byte of a widechar
TranslateBufferFromAnsiMPHexEditortranslate data from Ansi to a different character set (see also TMPHTranslationKind)
- TType: translate to this character set
- aBuffer: pointer to source data
- bBuffer: pointer to target data, must be allocated (may equal to aBuffer)
- aCount: number of bytes to translate
TranslateBufferToAnsiMPHexEditortranslate data from a different character set to Ansi (see also TranslateBufferFromAnsi)

Generated by DIPasDoc 0.8.7 on Di 15. Jun 2004 20:02:30