WebComp.TLayoutAttributes
Contents |
Delphi Information
From WebComp.pas
TLayoutAttributes = class(TObject)
Unit: WebComp
Type: class
Inherited Class Members: WebComp.TLayoutAttributes Members
Class Fields: WebComp.TLayoutAttributes Fields
Class Constructors & Destructors: WebComp.TLayoutAttributes Constructors
C++ Information
From WebComp.hpp
TLayoutAttributes = class(TObject)
Unit: WebComp
Type: class
Inherited Class Members: WebComp.TLayoutAttributes Members
Class Fields: WebComp.TLayoutAttributes Fields
Class Constructors & Destructors: WebComp.TLayoutAttributes Constructors
Description
TLayoutAttributes describes how an HTML control should be laid out.
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.