TextAlignment Problem
Hi,
I have a TppLabel component in my report and am attempting to align the
text, but am running into problems:
When I do this: pplblShowName.TextAlignment := taCentered;
The Delphi 7 compiler throws an error saying taCentered is an
undeclared identifier. I checked the Help files and I have ppPrnabl in my
uses clause, and supposedly taCentered is defined in there.
What am I doing wrong?
Jim
I have a TppLabel component in my report and am attempting to align the
text, but am running into problems:
When I do this: pplblShowName.TextAlignment := taCentered;
The Delphi 7 compiler throws an error saying taCentered is an
undeclared identifier. I checked the Help files and I have ppPrnabl in my
uses clause, and supposedly taCentered is defined in there.
What am I doing wrong?
Jim
This discussion has been closed.
Comments
Try adding ppTypes to your 'uses' clause.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com