Skip to main content
All docs
V26.1
  • 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.

    VCL Dashboards: A Dashboard Designer Dialog Example

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

    See Also