RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLayoutGroup.DisplayColumns Property

Specifies the number of columns the layout group uses to lay out its child controls.

Pascal
property DisplayColumns: Integer;
C++
__property int DisplayColumns;

TCustomLayoutGroup generates an HTML table to lay out the controls generated by the Web items in its WebFieldControls property. It adds the HTML generated by each Web item listed in WebFieldControls to a cell of the table, filling the cells out row by row until it displays all the Web items. DisplayColumns determines the number of cells in each row. 

 

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