[Overview][Resource strings][Types][Classes][Procedures and functions] Reference for unit 'PolynomialModel' (#gui)

TPolynomialDialog

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

Declaration

Source position: polynomialmodel.pas line 42

type TPolynomialDialog = class(TForm)

  ButtonCancel: TBitBtn;

  

  ButtonOk: TBitBtn;

  

  CheckListBoxTerms: TCheckListBox;

  

  CheckListBoxVariables: TCheckListBox;

  

  lblModelOrder: TLabel;

  

  lblTerms: TLabel;

  

  lblVariables: TLabel;

  

  Panel1: TPanel;

  

  Panel2: TPanel;

  

  Panel3: TPanel;

  

  seModelOrder: TSpinEdit;

  

  Splitter1: TSplitter;

  

  procedure CheckListBoxVariablesClick();

  

  procedure ButtonOkClick();

  

  procedure FormCreate();

  

  procedure FormShow();

  

  procedure seModelOrderChange();

  

public

  PolynomialModel: ansistring;

  

  procedure SetVariables();

  

end;

Inheritance

TPolynomialDialog

  

|

TForm

?

TObject