TdxDashboard.ShowDesigner Method
Displays the Dashboard Designer dialog.
Declaration
procedure ShowDesigner;
Remarks
Call ShowDesigner and ShowViewer procedures to display Dashboard Designer and Dashboard Viewer dialogs. Global skin and palette settings defined using the Project Settings dialog or a TdxSkinController component affect both TdxDashboard dialogs.

Related Event
A ShowDesigner procedure call raises the OnDesignerFormShow event. You can handle this event to modify dialog form settings.
See Also