Back to Devexpress

TdxSpreadSheetPasteSpecialDialogForm Class

vcl-dxspreadsheetpastespecialdialog.md

latest2.1 KB
Original Source

TdxSpreadSheetPasteSpecialDialogForm Class

The form class that implements the “Paste Special” dialog in spreadsheet controls.

Declaration

delphi
TdxSpreadSheetPasteSpecialDialogForm = class(
    TdxForm
)

Remarks

This dialog includes UI elements that change active paste special settings.

A global ShowPasteSpecialDialog procedure call invokes the “Paste Special” 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 TdxSpreadSheetPasteSpecialDialogForm class. Assign a reference to the custom “Paste Special” dialog form class to the dxSpreadSheetPasteSpecialDialogClass global variable to replace the standard dialog available in spreadsheet controls.

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxSpreadSheetPasteSpecialDialogForm

See Also

TdxSpreadSheetPasteSpecialDialogForm Members

dxSpreadSheetPasteSpecialDialog Unit