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
showcomponents in designer
rbuser
March 2002
edited March 2002
in
General
I posted this question, get an answer but my problem was not resolved.
I like to show or not some components in the end-User Designer.
ppDesigner1.ShowComponents[scLabel, sc....]
If i do this compiler error occurs - scLabel undefined.
Thanks
Erich Rieder
Comments
digitalmetaphors
April 2002
edited April 2002
You need to include ppTypes which defines the component types. Similarly you
could also disable unwanted components in the object inspector instead of
having to do it programmatically.
--
Cheers,
Alexander Kramnik
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
rbuser
April 2002
edited April 2002
Thanks Alexander ppTypes that was i looked for.
I need this in runtime because useres have/have only persmissions design
specified types..
Thanks
Erich
This discussion has been closed.
Comments
could also disable unwanted components in the object inspector instead of
having to do it programmatically.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I need this in runtime because useres have/have only persmissions design
specified types..
Thanks
Erich