Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Adding Version Information to RB Components

edited January 2007 in General
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

Comments

  • edited January 2007
    Hi Richard,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.