Adding Version Information to RB Components
Would it be possible to add a Version property to the RB components (or at
least the report component)?
--- posted by geoForum on http://delphi.newswhat.com
least the report component)?
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
The ppTypes.pas file includes some constants that provide the current
version and edition of ReportBuilder that you are using. If you include
ppTypes in your uses clause you can easily access them in your application.
uses
ppTypes.
...
lsVersion := ppVersion;
lsEdition := ppEdition;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com