[i] A copyright string, containing the year and the company.
Source position: MUIClass.Base.pas line 262
published property TMUIApplication.Copyright : string |
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';
|
[i] Version string for the application. |
|
|
[i] Short description, about 40 characters. Shown e.g. in commodities exchange. |
|
|
[i] Name of the applications author. |
|
|
[i] Basename for an application |
|
|
[i] Title of an application |