"CTRL - DEL" keys combination delete TTMSFMXGrid cells content without the possibility of controlling it

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;