trichview.support
Re: GridLines disabled |
Author |
Message |
Sergey Tkachenko |
Posted: 11/20/2003 20:56:16 If you use RichViewActions (http://www.trichview.com/resources/actions/) use TrvActionTableGrid action. If you do not use RichViewActions, you can change a value of global variabl RichViewTableGridStyle: TPenStyle, defined in RVTable.pas. Set it to psClear to hide all grid lines. Set it to psDot (or psSolid or whatever you like) to show them again. > Hello, > > How to disable "Grid Lines" from code? > Also I want to save "Show Grid Lines" action state - checkted true/false > but it always get state from RichView then I am loading RVF file. > > p.s. I have tryied to use TRVTableItemInfo class but no luck > Regards, > Tomas > > |
Powered by ABC Amber Outlook Express Converter