RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.BreakButtons Property

Indicates whether the associated Web item uses a grid to lay out buttons that child Web items generate.

Pascal
property BreakButtons: Boolean;
C++
__property Boolean BreakButtons;

Set BreakButtons to true if the Web item that supplies this object to its child Web items uses an HTML table to position HTML buttons that those child Web items generate. Set BreakButtons to false if the Web item does not use an HTML table to position child buttons. 

BreakButtons affects the whether the LayoutButton method on this object's ILayoutWebContent interface adds <TD> tags to the HTML that child Web items generate for HTML buttons. 

 

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