You will need to look at the source code and possibly trace thru it a bit.
The TppDesigner.Form property is of type TForm and can be used to access the TppDesignerWindow (a typecast is required). You can try using TppDesigner.ToolbarManager to access the toolbars.
The timing of when the toolbars get created is delayed until the form is shown.
Comments
You will need to look at the source code and possibly trace thru it a bit.
The TppDesigner.Form property is of type TForm and can be used to access the
TppDesignerWindow (a typecast is required). You can try using
TppDesigner.ToolbarManager to access the toolbars.
The timing of when the toolbars get created is delayed until the form is
shown.
uses
ppEndUser, ppDsgner, ppDesignerTools;
lDesigner := TppDesignerWindow(myDesigner.Form);
lDesigner.ToolbarManager.Toolbars[]
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com