TFrameViewer and TFrameBrowser components
property fvOptions: set of (fvMetaRefresh, fvNoBorder, fvOverLinksActive, fvNoLinkUnderline,
fvPrintTableBackground, fvPrintBackground, fvShowVScroll, fvNoFocusRect,
fvNoWheelMouse);
The fvOptions property currently has the following items:
fvMetaRefresh
Turns on the response to the <META Http-Equiv="refresh" ...> tag allowing the document to be replaced as specified by the Contents attribute.
fvNoBorder
Turns off TFrameViewer's extra outer border. Use in design phase only.
fvNoFocusRect
Turns off the black outer rectangle which appears when a frame has the focus. Note that this rectangle never shows if fvNoBorder is active.
fvNoLinkUnderline
Turns off underlines on links.
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.
fvPrintMonchromeBlack
If set, monochrome printers will always print black. This is set by default since some monochrome printers apparently will not print anything but black.
fvPrintBackground
If set, allows all background images and colors to be printed. This is off by default.
fvPrintTableBackground
If set, allows Table background colors to be printed. This is set by default.
fvShowVScroll
htShowVScroll alters the way the vertical scrollbar is displayed. If fvShowVScroll is not set, no vertical scrollbar is shown if none is needed. If fvShowVScroll is set, the vertical scrollbar will always be shown but may be shown as disabled.
fvNoWheelMouse
fvNoWheelMouse disables the mouse wheel so that the middle button may be used for other purposes.
fvShowDummyCaret
Shows the current character position when text is not otherwise selected.
fvNoLinkHilite
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.