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

TUpgradeDialog

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

Declaration

Source position: upgradedlg.pas line 40

type TUpgradeDialog = class(TForm)

  btnOk: TBitBtn;

  

  chkShowOnlyStableReleases: TCheckBox;

  

  lblText4: TLabel;

  

  lblText1: TLabel;

  

  lblText2: TLabel;

  

  lblText3: TLabel;

  

  procedure chkShowOnlyStableReleasesChange();

  

  procedure FormCreate();

  

end;

Inheritance

TUpgradeDialog

  

|

TForm

?

TObject