Class: TEgColumn
property ImageAlignment: TAlignment default taRightJustify;
Positions this column’s data-cell image (see ImageIndex)
independently of the cell’s own text alignment
(Column.Alignment) - for example a right-aligned image
alongside left-aligned text, or vice versa. taCenter
centers the image on its own axis.
The default, taRightJustify, matches TitleImageAlignment’s
own default. Before this unit’s v274, the default was
taLeftJustify (matching the original hardcoded behavior,
where a data-cell image always started at the cell’s left edge) - an
existing grid/DFM that never explicitly sets this property will show its
data-cell images move from the left to the right edge after upgrading
past v274.