On Sun, May 3, 2020 at 6:03 PM Santiago A. via lazarus
<[email protected]> wrote:

> I want to write a report where even lines are written with no background and 
> odd lines with a light gray background.

A little bit out of the box thinking :-)

You could add the lines to a TStringGrid (ColCount := 1) and set the
color for the alternating row in OI.

-- 
Bart
-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to