[Lazarus] Application Information
Bart
bartjunk64 at gmail.com
Mon Dec 23 18:18:21 CET 2013
On 12/23/13, Hew Lines <hewlines at shaw.ca> wrote:
> Can anyone give me any ideas on how to access the data in the Project
> Application dialogue ? Specifically the Version Number. I would like to
> include the Version Number in both my About box as well as the Title Bar
> of the main form but I have been unable to figure out how to access the
> data stored in the Project Information dialogue.
>From some project of mine.
LazVersion := 'Lazarus '+ LCLVersion;
FpcVersion := 'FPC ' + {$I %FPCVERSION%};
The Lazarus revision resides in ide/revision.inc, but I'm not sur
eit's wise to include it in your project?
Bart
More information about the Lazarus
mailing list