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
table grid is not shown in readonly editors
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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
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