TCRDBGrid: DrawingStyle property missing?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ThomasB
Posts: 6
Joined: Tue 09 Nov 2004 13:50
Location: Hannover, Germany

TCRDBGrid: DrawingStyle property missing?

Post by ThomasB » Mon 10 Jun 2013 13:53

Hello,
I use ODAC 9.0.1 with C++Builder XE4 on Windows 7 Enterprise 32 Bit.
Is it possible to give CRDBGrid a Windows-7-like look? The Embarcadero TDBGrid has a DrawingStyle-property. When choosing gdsThemed, the grid has a Win7-look. When choosing gdsClassic, the grid has the same look as TCRDBGrid.

AndreyZ

Re: TCRDBGrid: DrawingStyle property missing?

Post by AndreyZ » Tue 11 Jun 2013 08:04

Hello,

The TCRDBGrid component is no longer being developed. Its source code is supplied with ODAC, so you can change it any way you want.

Post Reply