Unit Mklist

Classes

tMKlist - ------------------------------------------------------------------------

Functions

Types

TCompareProc
TForEachProc
TSortCmpProc

Constants

Variables


Functions


Types


TCompareProc = function (O : tObject) : boolean

TForEachProc = procedure(O : tObject)
Definition of function prototypes that the end programmer MUST use to implement some of the features of this class.
TSortCmpProc = function (A, B : tObject) : integer

Constants


Variables