Class: TEgColumn
property MemoMaxChars: Integer stored <overridden>;
Column-level override of TEgDBGridEx.MemoMaxChars
- caps how many characters of this column’s memo/CLOB field are shown in
the read-only cell preview and used to size the in-place editor’s
shrink-to-fit calculation. Left untouched, the column follows the
grid-wide value live; setting it here adds ecvMemoMaxChars
to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it. 0 removes the limit entirely; negative values
are clamped to 0.