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

THtmBodyCustom

Declaration

Source position: htmw.pas line 479

type THtmBodyCustom = record

  bgcolor: String;

  font: TFontRec;

  margin: record

    left: String;

    right: String;

    top: String;

    bottom: String;

  end;

end;