10203 : How can we set the text alignment of the grid cells? Posted on October 2, 2011 by hasse Question How can we set the text alignment of the grid cells? Answer Define a layout property and use it on cellsfGLP:=phGantXLP.GridLayoutProp(0); fGLP.HorzAlignRight:=TRUE;phGantXLP.SetGridCellLayoutPropIndex(x,y,0);