Class: TEgColumn
property ClickableCursor: TCursor stored <overridden>;
Column-level override of TEgDBGridEx.ClickableCursor
- cursor shown while the mouse hovers this column’s data-cell checkbox
or ImageIndex icon, when it can actually be clicked. Left
untouched, the column follows the grid-wide value live; setting it here
adds ecvClickableCursor to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.
Scope is this column’s data cells only - its own override never
affects the title row (sort arrow, title image), which always follows
the grid-level ClickableCursor directly, nor the corner
image, which has no column of its own. See the grid-level property for
the full gating rules (ReadOnly, ClicksOnRowSelect).