Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIApplication.Copyright

[i] A copyright string, containing the year and the company.

Declaration

Source position: MUIClass.Base.pas line 262

published property TMUIApplication.Copyright : string
  read FCopyright
  write SetCopyright;

Description

Example

MUIApp.Title := 'WBMan';
MUIApp.Version := '$VER: WbMan 0.24 (19.7.93)';
MUIApp.Copyright := '© 1993 by Klaus Melchior';
MUIApp.Author := 'Klaus Melchior';
MUIApp.Description := 'Manages the WBStartup.';
MUIApp.Base := 'WBMAN';

See also

MUIApp.Version

  

[i] Version string for the application.

MUIApp.Description

  

[i] Short description, about 40 characters. Shown e.g. in commodities exchange.

MUIApp.Author

  

[i] Name of the applications author.

MUIApp.Base

  

[i] Basename for an application

MUIApp.Title

  

[i] Title of an application


Documentation generated on: 2024-03-29