| Search Locate Previous Next | Contents |
Description
A very thin wrapper on the MS WebBrowser control. Has one property Navigate which takes the file or URL to show, and reports a HINT event when the mouse is over something interesting.
The user can navigate completely normally, and the standard MS right-mouse menu behaves as you would expect.
May be used to render a RainPro chart in any format which a browser can display. VML, SVG, PDF are possible.
Class Property Table
| Name | Type | Default | Description |
| Navigate | User | URL or filename to show | |
| PostScript | Runtime | Graphic to draw (PostScript vector) | |
| Multipage | Runtime | Boolean Preview all pages (PDF only) | |
| Page No | Runtime | Page number (integer) | |
| RenderAs | Runtime | How to render 1=vml 2=svg 3=pdf 4=xml | |
| Scaled | Runtime | Scale chart to fit window | |
| Active | Runtime | Respond to updates and signal events | |
| Source | Runtime | XML or plain text source to pass through | |
| Offline | bool | 1 | Start in Offline mode |
| VMPath | txt | #.vml | Path to VML renderer |
| SVPath | txt | #.svg | Path to SVG renderer |
| PDPath | txt | #.pdf | Path to PDF renderer |
Class-specific Events
| HINT | Hint to display |
Class-specific Functions
| Back | Return to previous page |
| Forward | Go to next page |
| Stop | Cancel navigation |
| Reload | Reload page |