Class: TEgColumn
property CellWordWrap: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.CellWordWrap
- whether this column’s text wraps onto multiple lines instead of being
clipped to one. Left untouched, the column follows the grid-wide value
live; setting it here adds ecvCellWordWrap to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.