Unit EnhMain

*****************************************************************************) (* TEnhListView component demo. *) (* This demo illustrates the following features of the TEnhListView component:*) (* + Automatic column sorting of string, date and numeric values toggling *) (* between ascending and descending order. *) (* + Sort column and direction indicator in column header with NO code. *) (* + Owner draw event that doesn't actually have to do any drawing in order *) (* to change the appearance. You have control of the canvas, so you can *) (* simply make changes to it to affect the font in the default drawing. *) (* + Owner drawn header that modifies the appearance without actually doing *) (* all of the drawing. Illustrates how to have images in the column *) (* headers without using the COMCTL32.DLL update! *) (* + Automatic saving and restoring of the column widths between sessions. *) (

Classes

TForm1 -

Functions

Types

Constants

Variables

Form1


Functions


Types


Constants


Variables

Form1 : TForm1

Public declarations