Class: TEgColumn
property ShrinkFontToFit: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.ShrinkFontToFit
- whether this column’s font shrinks down to MinFontSize
when the column is too narrow for its text. Left untouched, the column
follows the grid-wide value live; setting it here adds
ecvShrinkFontToFit to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.