RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandColumn.Align Property

Specifies the horizontal alignment of the action control buttons within the column.

Pascal
property Align: THTMLAlign;
C++
__property THTMLAlign Align;

Align controls where the child HTML control are positioned horizontally within this column. Align indicates the desired value of the Align option of the HTML tag. 

The default value of Align is haDefault, which means the web browser that reads the HTML document horizontally positions the control wherever it wishes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!