table grid is not shown in readonly editors

General TRichView support forum. Please post your questions here
Post Reply
Tarun
Posts: 13
Joined: Wed Nov 01, 2006 12:25 pm
Location: India

table grid is not shown in readonly editors

Post by Tarun »

Hi,

I did get your text in Readme.txt:

COMPATIBILITY ISSUES:
- table grid is not shown in readonly editors any more (it also affects TBDRichViewEdit
when its dataset is not in the edit mode)


Please elaborate..


Regards:
Tarun
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Actually, now there are 3 global variables for table grid:

RichViewTableGridStyle2: TPenStyle = psClear;
Style of table grid lines (drawn in place of hidden or zero-width border) in TRichView and in read-only mode.

RichViewTableGridStyle: TPenStyle = psDot;
The same in editors in editing mode.

RichViewTableGridColor: TColor = clBtnFace;
Color of this grid
Post Reply