The TppDesigner doesn't appear to surface this from TppDesignerWindow. You can always get at the menu and trigger the click of the datatree menu item, so that it is enabled.
if not(ppDesigner1.Menu.Items[2].Items[0].Items[4].Checked) then ppDesigner1.Menu.Items[2].Items[0].Items[4].Click;
Comments
can always get at the menu and trigger the click of the datatree menu item,
so that it is enabled.
if not(ppDesigner1.Menu.Items[2].Items[0].Items[4].Checked) then
ppDesigner1.Menu.Items[2].Items[0].Items[4].Click;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com