Hi,
CTRL+DELETE is actually using a CutToClipboard action. You can monitor changes with the OnCellsChanged event, or you can simply disable it with Options.Clipboard.Enabled := False;
Hi,
CTRL+DELETE is actually using a CutToClipboard action. You can monitor changes with the OnCellsChanged event, or you can simply disable it with Options.Clipboard.Enabled := False;