[Overview][Constants][Types][Classes][Procedures and functions] |
Source position: htmw.pas line 450
type THtmCustombox = record |
HAlign: TCssHAlign; |
VAlign: TCssVAlign; |
display: TCssDisplay; |
position: TCssPosition; |
left: Integer; |
top: Integer; |
height: Integer; |
width: Integer; |
pad: Integer; |
HeightUnit: TCssUnits; |
WidthUnit: TCssUnits; |
Font: TFontRec; |
bgcolor: String; |
PageAlign: TCssHAlign; |
Border: TCssBorder; |
zindex: Integer; |
margin: Integer; |
text: String; |
end; |