
Colosseum Builders Grid Control for Borland Delphi and C++Builder.


  Copyright 1997,1998,1999 Colosseum Builders, Inc.

  This file must be redistributed with the grid source code.

  This software may be freely reistributed as long as this copyright notice
  is included and as long as modifications are documented at the top of the
  file.

  This software may be used under licence from Colosseum Builders, Inc. No
  transfer of ownership is made.

  This software may only be used on an "as-is" basis. There is no warranty of
  any kind.

  This software may only be included in other software if the author assumes
  all liability. Colosseum Builders, Inc. cannot ensure that its software will
  work correctly in any system.

  This software may be used without a fee in software that is distributed
  with complete source code to all users.

  If this software is incorporated in a system that is not distributed with
  complete source code then a licencing fee of $75 per developer workstation
  must be paid to Colosseum Builders, Inc. NJ customers must include sales
  tax (As of 1-Jan-1997 $4.50 for a total of $79.50). Checks should be made
  out to Colosseum Builders, Inc and mailed to

  Colosseum Builders, Inc
  E101 103 Park Ave
  Summit NJ 07901

The TColossalGrid is a VCL grid control that is unlike any of the standard
VCL grid controls. Features include:

o It can work in a bound or unbound mode
o The grid supports multiple zones with different properties
o Multi-line records
o Column headers and footer

Documentation is in the file GRIDDOCS.RTF.

The grid has a property editor that is rather elaborate. Playing with the
property editor is the best way to learn about the features of the grid.

To make modifications to the grid source code you need to install the
components that are registered in the file ColSpeci.PAS. This file
registers modified components that are used in the grid's component
editor.

To use the grid install the file ColCtrls.PAS.

Due to the size of the control and since Delphi does not allow modules
to be split across separate source files the are a large number of include
files.

Starting with version 5, we have eliminated support for Win 16. Minimum requirements
are now Delphi 4 or C++Builder 3.

Questions should be addressed to John Miano at miano@colosseumbuilders.com

The original source location this software is

http://www.colosseumbuilders.com

Version 5 17-Nov-1998
Updated for Delphi 4

Version 4 5-May-1998
o Shift-Tab is not equivalent to left arrow.
o smRecord and smRecordAndCell fixed
o Editors other than default should now work
o Casting problem with non-BDE data sets fixed
o & does not get converted to
o Text should get updated for dropdown lists

Version 3 9-March-1998 Fixed Bug with OnAppend event
Version 2 8-March-1998 Updated For C++Builder
Version 1 1-September-1997 Original




