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

HtmBegin

Declaration

Source position: line 0

procedure HtmBegin;

procedure HtmBegin(

  title: String

); overload;

procedure HtmBegin(

  title: String;

  stylesheet: String

); overload;

procedure HtmBegin(

  title: String;

  stylesheet: PStyleSheet

); overload;

procedure HtmBegin(

  title: String;

  body: THtmBodyOld

); overload;

procedure HtmBegin(

  title: String;

  body: THtmBody

); overload;

procedure HtmBegin(

  title: String;

  body: THtmBody;

  stylesheet: String

); overload;

procedure HtmBegin(

  title: String;

  body: THtmBodyOld;

  stylesheet: String

); overload;