Class: TEgColumn
property DetectBlobImages: Boolean stored <overridden>;
Column-level override of TEgDBGridEx.DetectBlobImages
- whether a plain BLOB field on this column
(DataType = ftBlob, no more specific blob type) is also
tried as an image, the same way a true ftGraphic field
always is. Left untouched, the column follows the grid-wide value live;
setting it here adds ecvDetectBlobImages to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it.