Hide but still support Non core components
RB7.04 D6 EUR
What is the best way to optionally hide say the rotatedlabel
thirdparty control from the toolbar but still support existing reports
that are using it? It is not defined in ppDesigner ShowComponents.
In other words stop any new uses but support existing reports.
Thanks,
Rick Matthews
Dartek Systems Inc.
What is the best way to optionally hide say the rotatedlabel
thirdparty control from the toolbar but still support existing reports
that are using it? It is not defined in ppDesigner ShowComponents.
In other words stop any new uses but support existing reports.
Thanks,
Rick Matthews
Dartek Systems Inc.
This discussion has been closed.
Comments
I do not know whether its possible. You might try accessing the
DesignerWindow's ToolbarManager and then iterating over the Toolbars and
their buttons. Then hide the button.
uses
ppEndUser, ppDsgner;
var
lDesignerWindow: TppDesignerWindow;
lDesignerWindow := TppDesignerWindow(myDesigner.Form);
lDesignerWindow.).ToolbarManager.Toolbars[]
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com