[Overview][Classes][Variables] Reference for unit 'ProjectEquationEditor' (#gui)

TProjectEquationEditor

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

Declaration

Source position: projectequationeditor.pas line 32

type TProjectEquationEditor = class(TObject)

  procedure ShowData;

  

public

  DataManager: TProjectDataManager;

  

  View: TProjectView;

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TProjectEquationEditor

  

|

TObject