[Overview][Resource strings][Classes][Variables] Reference for unit 'ProjectGraph' (#gui)

TProjectGraph

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: projectgraph.pas line 75

type TProjectGraph = class(TObject)

public

  Model: TProjectDataManager;

  

  View: TProjectView;

  

  Count: Integer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure AddGraph;

  

  procedure ShowData;

  

end;

Inheritance

TProjectGraph

  

|

TObject