**********************************************************************
TAdvStringGrid for CLX 1.0 BETA : August 6, 2001

 Copyright  1996-2001 by TMS Software
 E-mail: info@tmssoftware.com
 Web : http://www.tmssoftware.com
**********************************************************************


Delphi 6.0 - Kylix 1.0 

Files :
-------
  asgdelphi6.zip : component files for Delphi 6.0
  asgkylix.zip   : component files for Kylix


Release 1.0 BETA :
------------------

 insert / delete rows & colums
 save / load to file
 save / load to stream
 save / load to CSV file
 copy / paste to clipboard + intelligent automatic series expansion, duplication
 save to HTML
 save to formatted text
 cell alignment, cell color, cell font color, read-only cells
 automatic printing with optional title, pagenumber, date, time, border,
                         cell fonts, colors, custom drawing, fit to page, cell border
 automatic column/row sizing
 column sorting + full sort when clicking on column header + arrow indication (like Internet mail)
 automatic goto cell based on sorted column when key pressed
 event handler for setting hint of each cell
 automatic selection of next cell after edit
 insert / delete key to insert or delete  rows
 automatic resizing with parent form
 automatic saving of user resized columns in INI file
 hide / unhide columns
 search capabilities with options for case sensitive, full/partial, regular expressions
 bitmaps, icons, imagelist elements, pictures
 fixed rows at bottom or right side of grid
 inplace editors : combobox, spinedit, ellipsedit, datepicker, checkbox,
                   numeric edit, float edit, capital edit, mixedcase edit, radiobutton,  
 enhanced mouse actions to select columns and rows
 disjunct row selection in rowselect mode
 Group / Ungroup methods and grouped sorting
 Multi-column filtering
 HTML formatted cells


Feature Revision history :
--------------------------

 1.0 BETA  : first release

License :
---------
This component is free for use in non-commercial applications, that is
any software that is not being sold in one or another way or that does
not generate income in any way by the use of the application.
The component cannot be distributed in any other way except through free
accessible Internet Web pages or ftp servers. The component can only
be distributed on CD-ROM or other media with written autorization of the
author.
Online registration for TAdvStringGrid is available through the ShareIt
service at http://www.shareit.com/programs/100838.htm.
Alternatively, you can go to http://www.shareit.com and enter the program
number there: 100838.

Source code & license is sent immediately upon receipt of check or
registration by email. Payment grants users the right for a full version
cycle source code updates.


Help, hints, tips, bug reports :
--------------------------------
Send any remarks to : info@tmssoftware.com
Please clearly state which Delphi or C++Builder version you are using
and which version of the component you are using. In case of doubt,
download the latest version first at http://www.tmssoftware.com
When installing newer versions of the component, make sure to update
all your form files that used the previous version of TAdvStringGrid
before recompiling your application to make sure all new properties
are available. You can update the form file by opening it, ignoring
remarks about new properties and save the form.



Additional demos :
------------------
Available at : http://www.tmssoftware.com/advgrid.htm

The example list below are examples for TAdvStringGrid for VCL but most
examples apply to TAdvStringGrid for CLX as well.

example application 1 : printing with TAdvStringGrid
example application 2 : setting colors with TAdvStringGrid
example application 3 : navigation in TAdvStringGrid
example application 4 : general demo of TAdvStringGrid
example application 5 : comboboxes, lookupediting & imagelist images in TAdvStringGrid.
example application 6 : sorting, including custom sorting in TAdvStringGrid
example application 9 : using bitmaps for printing headers & footers
example application 10 : demonstration of some new v1.81 features
example application 11 : using nodes to expand/contract rows
example application 12 : radiobutton inplace editors
example application 14 : grouping with TAdvStringGrid
example application 18 : using custom sort sequences
example application 20 : using the new HTML formatting capabilities
example application 22 : using the new filtering capabilities
example application 25 : printing multiple grids on a single page
