htOptions Property


Applies to

THtmlViewer component

Description

property htOptions: set of (htOverLinksActive,htNoLinkUnderline, htPrintBackground,

htPrintTableBackground, htShowDummyCaret, htShowVScroll);

The htOptions property currently has the following items:

htOverLinksActive

When set, link color will change when the mouse is over the link. Color is determined by the special olink attribute of the <body> tag, if present. If this attribute is absent, the DefOverLinkColor property determines the color.

htNoLinkUnderline

Turns off underlines on links.

htPrintMonchromeBlack

If set, monochrome printers will always print black. This is set by default since some monochrome printers apparently will not print anything but black.

htPrintBackground

If set, allows all background images and colors to be printed. This is off by default.

htPrintTableBackground

If set, allows Table background colors to be printed. This is set by default.

htShowDummyCaret

Shows the current character position when text is not otherwise selected.

htShowVScroll

htShowVScroll alters the way the vertical scrollbar is displayed. If htShowVScroll is not set, no vertical scrollbar is shown if none is needed. If htShowVScroll is set, the vertical scrollbar will always be shown but may be shown as disabled.

htNoWheelMouse

htNoWheelMouse disables the mouse wheel so that the middle button may be used for other purposes.

htNoLinkHilite

If set, prevents the selection or highlighting of portions of links. This can make clicking a link more reliable by avoiding the possibility of making a selection instead.

See Also:

fvOptions Property