Class: TEgColumn
property ClicksOnRowSelect: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.ClicksOnRowSelect
- whether this column’s data-cell ImageIndex icon click or
checkbox click still works while dgRowSelect is in
Options (inherited from TDBGrid). Left
untouched, the column follows the grid-wide value live; setting it here
adds ecvClicksOnRowSelect to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.
Only relevant when dgRowSelect is in
Options. Also gates this column’s own ClickableCursor
the same way the grid-level property gates the grid-wide cursor.