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

TSplashDialog

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

Declaration

Source position: splashdlg.pas line 37

type TSplashDialog = class(TForm)

  lblCopyright: TLabel;

  

  lblProgressDetails: TLabel;

  

  lblProgressText: TLabel;

  

  lblVersion: TLabel;

  

  SplashImage: TImage;

  

  Timer: TTimer;

  

  procedure FormCreate();

  

  procedure TimerTimer();

  

public

  constructor Create(); override;

  

  procedure SetProgressText();

  

  procedure SetProgressDetails();

  

end;

Inheritance

TSplashDialog

  

|

TForm

?

TObject