Extended Header Control
-----------------------

Author: Dan Brooke (dan@adolf.demon.co.uk)

Please Note:  All the new features require IE3 or higher to be installed.

Known Bugs:  The callback mode does not currently work.   When the HDN_GETDISPINFO message is received, the data in the DispInfo structure seems to be wrong (Item id's of 6 million etc!).  If anyone can get it working i'd be very grateful :)

TExHeaderControl
================

New Properties
--------------

ExtendedStyle: hsFullDrag
               hsDragDrop
			   hsColumnClick
			   hsHotTrack
	
Images:  TImageList

New Procedures
----------------

procedure Savesettings(Regkey: String);
procedure Loadsettings(Regkey: String);

			   
TExHeaderSection
----------------

The THeaderSection class has been replaced by TExHeaderSection.   It has the following new Properties:

Bitmap:  Choose a bitmap to put on the tab
BitmapOnRight:  Specified to show the Bitmap on the right side of the text
ImageIndex:  Choose the Image you wish to show from the selected ImageList
Order:  The order of the section in the Header Control
Style: Normal, OwnerDraw.