Class: TEgColumn
property ImageOnSelectedOnly: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.ImageOnSelectedOnly
- whether this column’s data-cell ImageIndex icon
(not the field’s own graphic/BLOB content) is only drawn for the
selected cell or row. Left untouched, the column follows the grid-wide
value live; setting it here adds ecvImageOnSelectedOnly to
AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.