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

Edit label caption in report - is it possible?

edited October 2003 in RAP
Is it possible to edit label caption by mouse click?
---
Or may be another way to build editable part of report?

Thanks,
Nikolai

Comments

  • edited October 2003
    Hi Nikolai,

    Sorry, there are currently only 3 ways to change the caption of a label in
    ReportBuilder.

    1. Delphi Object Inspector (Caption Property).
    2. ReportBuilder Edit box (at the top left of the Report Designer).
    3. In code:

    ppLabel.Caption := 'Title'; or ppLabel.Text := 'Title';

    --
    Best Regards,

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