Hello,
How can I write "Form1.Edit1.SetFocus;" from Form2
when Form2 (Unit2) is in the Uses List of Form1 (Unit1)?
If I include Unit1 in the Uses List of Unit2 then I get an error because Unit1 and Unit2 references eachother!
Thanks in advance!
Hi All,
Can someone tell me how to save the YValues from a chart?
I have tried with something like:
Chart1.SeriesList.Series[0].YValues.SaveToFile(SaveDialog1.FileName);
But then it writes: undeclared identifier 'SaveToFile'.
What is the problem?
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.