Indy 9
IdHexDigits
See Also, Unit: IdGlobal
Identifies characters in the hexadecimal representation of a numeric value.
IdHexDigits: array [0..15] of Char  = '0123456789ABCDEF';
Unit
IdGlobal
Description
IdHexDigits is a constant array containing valid characters that can be used in the hexadecimal representation of a numeric value. IdHexDigits characters can be accessed by an index value that corresponds to the decimal value for the hexadecimal character.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.