True Component Grid 2.11 for Delphi32 with Help

The component grid is the only grid of its kind.
The Component enables you to parent VCL components,
OCX/ActiveX controls in any cell on the grid.

Any component you can place on a panel,
groupbox, or form can be placed in the Component grid.
You may even nest Component grids (i.e. place a
Component Grid in the cell of a Component Grid.)

Design real grids with components: Add components at
design time or run time in any arrangement you desire.
The Component Grid enables you to "Align" fonts in
the normal cells if you do not place controls there.

The Component grid is shareware. You may register it on
CompuServe with GO SWREG, registration id #14987. Or, send
$99.95 plus $5.95 for shipping and handling to:

Software Conceptions, Inc
Attn: Shareware Registration Dept.
4352 Dobie Rd
Okemos, MI 48864

All registered users are entitled to support, and Windows Help File
(upon request).
To contact Software Conceptions call (517) 347-7170

***************************************
Installation Instructions
***************************************
1. Copy the COMPGRID.DCU, TGABOUT.* file(s) to any directory
   on your system.
2. In Delphi 2.0, Select Component|Install
3. Use Browse to find COMPGRID.DCU.
4. Click Ok.


***************************************
How To Use
***************************************
1. Drop a TControlGrid onto a form.
2. Select any other controls in any combination,
   and click on the cell where you wantr it displayed.
3. Alternatively, at runtime set the parent property
   of any control to that of the grid.
4. Use the Controlgrid just like a stringgrid, and use
   the controls on it as you normally would.

***************************************
Interface Properties and Methods
***************************************

{ Public declarations }
Procedure Move( SrcCol, SrcRow, DstCol, DstRow : Longint ); virtual;
Procedure Exchange( SrcCol, SrcRow, DstCol, DstRow : Longint ); virtual;
Function CellXY( AControl : TControl ): TPoint; virtual; 

Constructor Create(AOwner : TComponent ); override;
Destructor Destroy; override;

Property ControlAt[ACol, ARow : Longint] : TControl

{ Published declarations }
Property Alignment : TAlignment

1. Move - Enables you move a control from SrcCol, SrcRow to DstCol, DstRow
2. Exchange - Enables you exchange the control at SrcCol, SrcRow with the
   control at DstCol, DstRow.
3. CellXY - Returns at TPoint where X = Col and Y = Row of AControl.
4. ControlAt - Enables you to insert or get a control a ACol, ARow.
5. Alignment - Allows you to left, right, or center align text in grid cells.

                           

***************************************
Updates
***************************************
The Delphi 3.0 version of this component
will ship within ten days of the shipping
date of Delphi 3.0.

All registered users on that date may get
an update for $29.95 plus $5.95 for shipping and
handling. Please write for the udpated version.


***************************************
Known Errors
***************************************
1. The Windows 95 combobox flickers. The flickering
   may an error int the Win95 combobox.

2. Extremely resizing of the grid at design time
   may cause the controls to be incorrectly
   positioned at runtime. Usually the window
   and the grid must be sized small enough
   that scroll bars appear on both.

COMPGRID.DCU
TGABout.dfm
GRIDDEMO.RES
README.TXT
SLIDES.DOF
SLIDES.DPR
SLIDES.RES
UMAIN.DFM
UMAIN.PAS
UNIT2.DCU
Griddemo.dof
TEMP
TRUEGRID.HLP
Help
TGABout.dcu
Unit2.dfm
Unit2.pas
Griddemo.dpr
