Unit 'IdAboutVCL' Package
[Overview][Classes][Index] [#pl_indy]

TfrmAbout

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

Declaration

Source position: IdAboutVCL.pas line 23

type TfrmAbout = class(TForm)

protected

  FimLogo: TImage;

  

  FlblCopyRight: TLabel;

  

  FlblName: TLabel;

  

  FlblName2: TLabel;

  

  FlblVersion: TLabel;

  

  FlblBuiltFor: TLabel;

  

  FlblLicense: TLabel;

  

  FlblPleaseVisitUs: TLabel;

  

  FlblURL: TLabel;

  

  FbbtnOk: TBitBtn;

  

  procedure lblURLClick();

  

  function GetProductName;

  

  procedure SetProductName();

  

  function GetProductName2;

  

  procedure SetProductName2();

  

  function GetVersion;

  

  procedure SetVersion();

  

public

  class procedure ShowDlg;

  

  class procedure ShowAboutBox();

  

  constructor Create();

  

  property ProductName: string; [rw]

  

  property ProductName2: string; [rw]

  

  property Version: string; [rw]

  

end;

Inheritance

TfrmAbout

  

|

TObject



CT Web help

CodeTyphon Studio