Class: TEgColumn
property AssignedValues: TEgColumnValues read only;
Read-only set reporting which of this column’s nineteen grid-wide
overrides - CellVAlign, CellWordWrap,
CheckFrames,
CheckKind, ClickableCursor,
ClicksOnRowSelect,
DetectBlobImages,
EditColor, ExtendedStrEditor,
ImageOnSelectedOnly,
MemoMaxChars,
MinFontSize,
ShowImageOnEmpty,
ShowImageOverGraphic,
ShrinkFontToFit,
UseColorOnStyles,
UseFixedColorOnStyles,
UseFixedFontColorOnStyles,
and UseFontColorOnStyles
- are currently set on this column, rather than still following the grid
live. Same role as the native
Vcl.DBGrids.TColumn.AssignedValues, extended to this unit’s
own nineteen properties.
Setting any of the nineteen properties adds its matching flag;
calling RestoreDefaults
clears all of them at once, returning every one of the nineteen to
“follow the grid”. There is no equivalent flag for ImageIndex, TitleImageIndex,
ImageAlignment,
TitleImageAlignment,
SubTitle, or
SubTitleFont:
none of those six has a grid-wide property to follow in the first place,
so “overridden vs. following the grid” does not apply to them.
ClickableCursor’s own flag only affects that column’s
data cells (checkbox, ImageIndex icon) even once set - its
title (sort arrow, title image) always follows the grid-level
ClickableCursor directly.