| Search Locate Previous Next | Contents |
Description
View or edit a WordPad-compatible rich text file or APL variable. Note that this is not a particularly complete RTF viewer use Word if you really want to see what a file looks like.
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Filename | Runtime | Filename (e.g. mydoc.rtf) | |
| Richtext | User | Editable content | |
| Editable | Bool | Do we enable editing tools | |
| ReadOnly | Runtime | Change readonly-status on the fly | |
| Enabled | String | BIULCR | Enabled tools (default is all) |
| Units | OneOf | Pts | Units for indents and tabstops |
| Hotkeys | String | BIULER | Accelerator keys for all tools (including disabled) |
| Tips | String | tips | Text for button tips for all tools (,sep list) |
| Visible | Runtime | Boolean singleton | |
| Active | Runtime | Boolean singleton |
Class-specific Events
| RBM | Right-mouse Menu |
| KP | Keypress |
| FC | FirstChange (by any means) |
Class-specific Functions
| FileRead | To load/regenerate contents, and |
| FileWrite | To save the edited contents to file. |
| SetIndents | Set Left, Firstline, Right indents in current units |
| SetTabs | Set up tabstops in current units |
| SetText | Set content from a plain text variable |
| ReadText | Query the current content with no formatting codes |
| SetImage | Assign a non-default bitmap strip to the tool buttons |