GroupHeader Iteration
Hi...
Does anyone knows how to compare the currently printed line inside a group-header/footer section if it's the last one so I can write some code in the "OnBefore..."-event??? I can use <Line> to check for the first one like:
MemoXYZ.Visible := <Line> = 1;
...but how to check for the last line?
Regards,
Marc
Does anyone knows how to compare the currently printed line inside a group-header/footer section if it's the last one so I can write some code in the "OnBefore..."-event??? I can use <Line> to check for the first one like:
MemoXYZ.Visible := <Line> = 1;
...but how to check for the last line?
Regards,
Marc
Comments