TExDBGrid Version 1.5 FREEWARE

Copyright () 1999 by GJL Software
Updated 18th Nov 1999 (18/11/1999)

Email:         ExDBGrid@gjl-software.co.uk
Home Page:     http://www.gjl-software.co.uk

Description:   ExDBGrid is an Enhanced Data-Aware Grid Component that can
               display Graphic Fields as images, Memo Fields as text and
               Boolean Fields as Checkboxes instead of the normal
               (GRAPHIC), (MEMO) or True/False that appear.

               It has the following new Properties:
               EditColor, InplaceEdit, DefaultRowHeight, RowSizingAllowed,
               DisplayImages, DisplayMemo, DisplayBoolean, Col, Row, TopRow,
               Canvas, GridAutoSize, FullSizeMemo, ScrollBars, Cells3D
               (when False, the Grid has a Flat look and feel - also the 3D
               Cells can be any color) and CellHints (when True and Columns are
               not wide enough for the DisplayText, moving the mouse over a cell
               shows the text in a hint window).

               It has the following new Methods:
               MoveToRow and CellRect method (which is extremely
               useful if you want to drop other controls on the grid
               i.e. pop a dropdown list over a cell when the user enters it).

               It has the following new Events:
               OnColumnResize, OnMouseDown, OnMouseUp, OnRightClick
               and OnApplyCellAttribute (useful when you want to change the
               colour of an individual cell, based on the value in that cell
               or some other particular condition).

               It has the following new Features:
               OptWidth (making the Grid automatically size itself so that no
               white space is left at the right) and Enhanced Scrollbar Tracking.

               It also has popup viewers/editors for Graphic/Memo Fields.
               To use these and the Checkbox, simply click on the Fields
               or use the Spacebar.

*PLEASE NOTE*  Before making any bug reports please first verify you are
               using the latest version by checking my home page. And if
               you do report a bug, please, if applicable, include a code
               sample.

               Any suggested enhancements would also be appreciated.

Notes:         I cannot support modified versions of this code. So if you
               encounter a possible bug while using a modified version,
               always first revert back to the original code before making
               an attempt to contact me.

To use the ExDBGrid Demo, copy the table and its files from the Data directory to the Delphi Demos\Data directory.