Unit ASHexDump

Classes

THexDump -

Functions

CreateHexDump - Form Methods

Types

THexStr
THexStrArray

Constants

MAXDIGITS

Variables


Functions


function CreateHexDump(AOwner: TWinControl): THexDump;

Form Methods

Types


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

Constants

MAXDIGITS = 16

Renamed from HexDump.pas 6/14/1998 Paul Rice to avoid conflicts with others' work.

Variables