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

TAboutDialog

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

Declaration

Source position: aboutdlg.pas line 50

type TAboutDialog = class(TForm)

  CloseButton: TBitBtn;

  

  ContributorsMemo: TMemo;

  

  DescriptionLabel: TLabel;

  

  CopyrightLabel: TLabel;

  

  InfoListView: TListView;

  

  ProjectURLLabel: TLabel;

  

  URLLabel: TLabel;

  

  LicenseLabel: TLabel;

  

  PageControl: TPageControl;

  

  AboutTabSheet: TTabSheet;

  

  ContributorsTabSheet: TTabSheet;

  

  procedure FormCreate();

  

  procedure FormShow();

  

  procedure Localization;

  

  procedure ProjectURLLabelMouseEnter();

  

  procedure ProjectURLLabelMouseLeave();

  

  procedure LabelClick();

  

end;

Inheritance

TAboutDialog

  

|

TForm

?

TObject