Recent

Author Topic: RxDBGrid Vertical lines don't show up  (Read 734 times)

eldonfsr

  • Hero Member
  • *****
  • Posts: 524
RxDBGrid Vertical lines don't show up
« on: June 27, 2024, 04:40:24 am »
HI i have a Rxdbgrid how i can get show up vertical lines...

 

paweld

  • Hero Member
  • *****
  • Posts: 1268
Re: RxDBGrid Vertical lines don't show up
« Reply #1 on: June 27, 2024, 07:39:47 am »
in code (add DBGrids unit to uses section):
Code: Pascal  [Select][+][-]
  1. RxDBGrid1.Options := RxDBGrid1.Options + [dgColLines];
or in ObjectInspector expand "Options" and set dgColLines to True
Best regards / Pozdrawiam
paweld

eldonfsr

  • Hero Member
  • *****
  • Posts: 524
Re: RxDBGrid Vertical lines don't show up
« Reply #2 on: June 27, 2024, 09:32:57 pm »
Paweld Thanks for replay yes i have activate that option...

dgColLines:=true;

thanks.

 

TinyPortal © 2005-2018