Hello.

When I go to print text in Delphi, and I have to say Printer.Canvas.Textout(100, 100, 'text'), do I have to set the X and Y properties?

Is there any way in which I can just do standard printing line after line without having to set the X and Y properties?

Thank you.