Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
TppLabel.TextAlignment in RAP
rbuser
September 2003
edited September 2003
in
RAP
How to access in RAP to
TppLabel.TextAlignment property?
I try to
var
L : TppLabel;
...
L.TextAlignment := taCentered;
and get error!
Thanks!
Comments
digitalmetaphors
September 2003
edited September 2003
Hi Nikolai,
Try setting it to taCenter. This was fixed for RB 7.03 so that you can set
it to taCentered. It works for taCenter as well because the enumeration is
the same for the Delphi type and our type.
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
Try setting it to taCenter. This was fixed for RB 7.03 so that you can set
it to taCentered. It works for taCenter as well because the enumeration is
the same for the Delphi type and our type.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com