Board index » delphi » What am I doing wrong
Rathe
![]() Delphi Developer |
Mon, 08 Jan 2001 03:00:00 GMT
What am I doing wrong
Hi All
I have built an MDI application that will when data is I can create many different instances of the graph window called with TfrmPlot.Create(self) do My TfrmPlot form uses a class I made myself called TGraph, this is ThisGraph := TGraph.Create(self); and the data gets stored in: However it appears that all my instances of frmPlot share the same Thanks for your help Rathe --------------------------------------------------------------------------- |