Re: Printing calculated results in Delphi

Posted by webmaster Guido on June 24, 2003

In Reply to: Printing calculated results in Delphi posted by Lionel on June 23, 2003

: I am working with DELPHI 7 Pro. I need a simple example showing how to print out the results of a computation. For example, I can compute the sine, Cosine and Tangent of a angle but I have not been able to print out the results.

-------------------------

Do you want to print on paper or just show the results on the screen?

Results on screen: the easiest and fastest way is using a TStringGrid. Or maybe you want to develop a "console" application, that outputs to a DOS-box?

Print on paper: this needs a lot more code.

Please tell me what you want to achieve, and I'll post some example code.

Related Articles and Replies:


[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]