RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFormLayout.ColumnCount Property

Indicates the number of child elements appear in a single row when the associated Web item uses a grid to lay them out.

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

Set ColumnCount to the number of child elements that appear in a single row when laying out child controls by rows.  

ColumnCount affects where the LayoutField or LayoutButton method on this object's ILayoutWebContent interface adds <TR> and </TR> tags to the HTML that child Web items generate.

Note: ColumnCount only affects the LayoutButton method if the value of the BreakButtons property is true.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!