TTMSFNCDataGridDataTempData Class
Holds a snapshot of a cell's data item for undo/redo or clipboard operations — pairs a cell coordinate with its stored
TTMSFNCDataGridCellItem.
API unit family: TMSFNCDataGridData
Syntax
TTMSFNCDataGridDataTempData = class
Properties
| Name | Description |
|---|---|
| Cell | The grid coordinate that identifies which cell this snapshot belongs to. |
| Data | The cell data item captured at the time this snapshot was created. |