vcl-dxspreadsheetactions-b5587f7e.md
An action object that implements the CutSelection command in spreadsheet-based applications.
TdxSpreadSheetCutSelection = class(
TdxSpreadSheetAction
)
This class does not introduce any new public members. If an in-place editor is active, executing a TdxSpreadSheetCutSelection action object moves its content selection to the clipboard. Otherwise, the current cell/cell range selection within the active Table View worksheet is cut to the clipboard.
UI elements linked to a TdxSpreadSheetCutSelection action object are enabled only if the following conditions are met:
True).True) or an in-place cell editor is active (i.e., the active worksheet’s IsEditing property returns True).Note
CopySelection and PasteSelection commands are implemented as TdxSpreadSheetCopySelection and TdxSpreadSheetPasteSelection action objects.
Show 11 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSpreadSheetAction TdxSpreadSheetCutSelection
See Also
TdxSpreadSheetTableView.CutToClipboard Procedure