RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLayoutAttributes Class

TLayoutAttributes describes how an HTML control should be laid out.

Pascal
TLayoutAttributes = class(TObject);
C++
class TLayoutAttributes : public TObject;

WebComp

TLayoutAttributes embodies a set of flags that describe how an HTML control should be laid out. These flags form the value of several public fields of the object, including  

LabelAttributes: a string that describes style attributes that apply to the control's label (if any). 

LabelPosition: an enumerated value describing the the position of the label (if any) relative to the control. Possible values are lposLeft (to the left of the control), lposRight (to the right of the control), lposAbove (above the control) and lposBelow (below the control). 

ControlAttributes: a string that describes style attributes that apply to the control. 

 

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