TppDesigner - ShowComponents - Paintbox?
I would like to be able to hide the PaintBox component in our end user
application but there is no option for it in the ShowComponents section of
TppDesigner. Everything else appears to be inin there, so is this just an
oversight or is there another way to do this that I'm not seeing?
--- posted by geoForum on http://delphi.newswhat.com
application but there is no option for it in the ShowComponents section of
TppDesigner. Everything else appears to be inin there, so is this just an
oversight or is there another way to do this that I'm not seeing?
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
This will be added to ShowComponents for the next maintenance release.
Thanks for reporting this.
For now code it like this...
uses
ppClass,
ppPaintBox;
begin
ppUnRegisterComponent(TppPaintBox);
myDesigner.ShowModal;
end;
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com