I have a Form called movement and another called list both have stringgrids my print routine is in a unit called 'printunit' I want to do
with 'Form name' do (i.e movement or list)
begin
printat(15,15,StringGrid1.cells[0,1]);
end;
I get an Error] PrintUnit.pas(29): Undeclared...
Hi can any one help I need to print stringgirds on different forms by using a separate unit how can I send the form name to the print unit
Cheers
nobbby
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.