Class: TEgColumn
property ShowImageOverGraphic: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.ShowImageOverGraphic
- whether this column’s data-cell ImageIndex icon is drawn
as an overlay on top of the field’s own content once it decodes into a
real image. Left untouched, the column follows the grid-wide value live;
setting it here adds ecvShowImageOverGraphic to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it. See the grid-level property for the complete behavior,
including why there is no automatic placement adjustment to keep the
icon and the image apart.