[Overview][Constants][Types][Classes][Procedures and functions] |
Source position: htmw.pas line 423
type THtmPixelBox = record |
HAlign: TCssHAlign; |
VAlign: TCssVAlign; |
left: Integer; |
top: Integer; |
height: Integer; |
width: Integer; |
pad: Integer; |
font: TFontRec; |
FontUnit: TCssUnits; |
BgColor: String; |
zindex: Integer; |
Margin: Integer; |
text: String; |
end; |