[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'HTMw' (#powtils_extras)

THtmCustombox

Declaration

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;