Class: TEgColumn
property TitleImageAlignment: TAlignment default taRightJustify;
Positions this column’s title-cell image (see TitleImageIndex)
independently of the title’s own text alignment
(Title.Alignment). taCenter centers the image
on its own axis, with no extra reserve for the sort-arrow glyph.
The default, taRightJustify, matches this unit’s
original hardcoded behavior (a title image always anchored to the cell’s
right edge), so an existing grid’s appearance does not change unless
this property is explicitly set.