Unit HexDump

*****************************************************} { } { Delphi Visual Component Library } { } { Copyright (c) 1996,97 Borland International } { Portions copyright (c) 1997 Master-Bank } { } {

Classes

THexDump -

Functions

CreateHexDump - Create THexDump control

Types

THexStr
THexStrArray

Constants

MAXDIGITS

Variables


Functions


function CreateHexDump(AOwner: TWinControl): THexDump;

Create THexDump control

Types


THexStr = array[0..2] of Char;
THexDump
THexStrArray = array[0..MAXDIGITS-1] of THexStr;

Constants

MAXDIGITS = 16


Variables