Text alignment in TfrxCrossView
Hi all!
I'm trying to adapt the PrintTable demo for my needs. Is there a way to get different text alignments (right/left justified) for the table columns in the cross view?
I'm trying to adapt the PrintTable demo for my needs. Is there a way to get different text alignments (right/left justified) for the table columns in the cross view?
Comments
It would be difficult to get the relevant info inside the script, so I tried the OnBeforePrintCell Delphi event instead. My code looks like this: However the cells are still unaligned in the preview although the Memo.Align lines are executed.