Counting physical lines on a label
I'm printing posting labels, using a number of fields (name, address, town, county, postode, etc.). If any field is too long for the label, it word-wraps (as I want), but then the last line of the label's contents can be forced down below the bottom of the label's printable area. If that happens, I want to be able to try to concatenate two short lines in order to recover the "lost" line. Is there a function or value which returns the physical number of lines about to be printed (rather than Memo.Lines.Count, which gives the line-count before wordwrap) ?