Skip to main content

TdxSpreadSheetUnhideSheetDialogForm Class

The form class that implements the Unhide dialog in spreadsheet controls.

Declaration

TdxSpreadSheetUnhideSheetDialogForm = class(
    TdxForm
)

Remarks

This dialog has a list box, allowing a user to browse all hidden worksheets and select one of them to make visible.

An OK button click or an Enter keystroke closes the Unhide dialog, makes the selected worksheet both visible and active.

A global ShowUnhideSheetDialog procedure call invokes the Unhide dialog for a specified spreadsheet control.

If you need to adjust or customize the dialog’s UI elements, derive a custom dialog form from the TdxSpreadSheetUnhideSheetDialogForm class. Assign a reference to the custom Unhide dialog form class to the dxSpreadSheetUnhideSheetDialogClass global variable to replace the standard dialog available in spreadsheet controls.

See Also