CRDBGrid with OnDrawTitleCell

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
quadrophenia
Posts: 3
Joined: Sun 08 Apr 2007 19:18

CRDBGrid with OnDrawTitleCell

Post by quadrophenia » Sun 08 Apr 2007 19:25

It would be nice to integrate a checkbox into the column-title of a CRDBGrid.
There are methods to OnDrawColumnCell but nothing like OnDrawTitleCell.
Is it although possible to draw something into a CRDBGrid-TitleCell?

By the way: Is the imho outstanding CRDBGrid-component still supported and included within MyDAC 5.00?

Kindest Regards

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 10 Apr 2007 08:09

quadrophenia wrote:Is it although possible to draw something into a CRDBGrid-TitleCell?
You can modify the DrawTitleCell procedure in the CRGrid.pas unit to achieve necessary behaviour.
Note: CRGrid.pas is a part of the TCRDBGrid source code. It is available only for registered users of Core Lab DAC products (ODAC, MyDAC, SDAC, IBDAC).
quadrophenia wrote:CRDBGrid-component still supported and included within MyDAC 5.00?
The TCRDBGrid component is included into MyDAC 5.00, it is no longer supported by Core Lab.

Hans Luijten
Posts: 12
Joined: Thu 07 Jun 2007 16:39
Location: Osceola, WI, USA

Post by Hans Luijten » Mon 18 Jun 2007 21:45

Will TCRDBGrid remain available in future releases?

Or to put it differently; if I start developing now using the TCRDBGrid, will I run into issues with future MyDAC releases?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 20 Jun 2007 09:25

We do not plan to exclude TCRDBGrid from MyDAC installation, or to do any other significant changes concerned TCRDBGrid.
You should know that this component is freeware, and no more supported. You can find its sources in the MyDAC installation directory.

Post Reply