Class: TEgColumn
property ExtendedStrEditor: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.ExtendedStrEditor
- whether this column, if a variable-length String field
(ftString/ftWideString, not fixed-length),
uses the same extended in-place editor behavior a Memo/CLOB column
always has. Left untouched, the column follows the grid-wide value live;
setting it here adds ecvExtendedStrEditor 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 extended-editor
behavior list (Ctrl+/Ctrl-, Enter, Up/Down/PgUp/PgDn, Ctrl+Tab).