Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Rounded Rectangle
rbuser
June 2002
edited June 2002
in
General
Hi!
It seems to be a missing property on the TppShape. When you select Shape =
stRoundRect you cant set the radius of the roundness! How shall I do?
Peter
Comments
digitalmetaphors
June 2002
edited June 2002
The way to do it is to set these two properties on the TppDrawShape draw
command created for the rounded rectangle shape. Use the
OnDrawCommandCreate event of the TppShape object to access the draw command
which is created.
property XCornerRound: Integer read FXCornerRound write FXCornerRound
default 0;
property YCornerRound: Integer read FYCornerRound write FYCornerRound
default 0;
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
command created for the rounded rectangle shape. Use the
OnDrawCommandCreate event of the TppShape object to access the draw command
which is created.
property XCornerRound: Integer read FXCornerRound write FXCornerRound
default 0;
property YCornerRound: Integer read FYCornerRound write FYCornerRound
default 0;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com