Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
What end-user needs to do to align DBText?
rbuser
June 2003
edited June 2003
in
End User
Hi,
It seems that an end-user needs to assign some value to the
DBText.TextAlignment property. But usual values like "taCentered" do not
work. It says: "Undeclared identifier 'taCentered'".
Do you know how to do it properly?
Thanks,
MB
Comments
digitalmetaphors
June 2003
edited June 2003
They can do it in RAP. See the Enumerated Type section of the Code Toolbox
in RAP. An end user should be able to say:
DBText.TextAlignment := taCenter;
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
in RAP. An end user should be able to say:
DBText.TextAlignment := taCenter;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com