RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.LayoutAttributes Property

Encodes attributes that describe how the generated control should look.

Pascal
property LayoutAttributes: TLayoutAttributes;
C++
__property TLayoutAttributes LayoutAttributes;

LayoutAttributes is used internally by Web items to allow the layout object supplied by a parent (as a parameter to the Content method) to take into account layout properties of the child component. 

LayoutAttributes encodes the information in the CaptionPosition and CaptionAttributes properties. Some descendant classes add information from the Style and StyleRule properties as well. 

 

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