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

THtmLinkStyle

Declaration

Source position: htmw.pas line 499

type THtmLinkStyle = record

  link: record

    color: String;

    underline: Boolean;

    bold: Boolean;

    size: String;

  end;

  hoverlink: record

    color: String;

    underline: Boolean;

    bold: Boolean;

    size: String;

  end;

  activelink: record

    color: String;

    underline: Boolean;

    bold: Boolean;

    size: String;

  end;

  visitedlink: record

    color: String;

    underline: Boolean;

    bold: Boolean;

    size: String;

  end;

end;