richedit
Generic properties, methods and events
![]() |
InsertText(sText$) | Insert text at the current cursor position |
![]() |
Open(sFileName$) | Load a rich text document form a file |
![]() |
Print() | Print to an open printer |
![]() |
PrintClose() | Closes the printer |
![]() |
PrintOpen(sDocumentName$, iDefaultPrinter) | Opens the printer |
![]() |
Replace(sSearch$, sReplace$) | Method to replace all occurences of a field with the replacement text |
![]() |
DragKey | Returns the drag key and mouse button state |
![]() |
DragSourceControl | Identifies the source control of a drag operation |
![]() |
DragSourceItem | Identifies the source control component of a drag operation |
![]() |
DragTargetControl | Identifies the target control of a drag operation |
![]() |
DragTargetItem | Identifies the target control component of a drag operation |
![]() |
DropFileList$ | List of files dropped onto control (with HEX(0D) separators) |
![]() |
LimitText | Limit the maximum number of characters that can be entered |
![]() |
Modified | Set when text is modified by the user |
![]() |
MouseX | Position of mouse cursor at time of RightClick event |
![]() |
MouseY | Position of mouse cursor at time of RightClick event |
![]() |
PrintStatus | Status of printing when a PrintStatus event occurs |
![]() |
ReadOnly | Enables/disable readonly mode for the control |
![]() |
RichText$ | The text of the the control in rich text format |
![]() |
SelectionBar | Set if the reverse mouse pointer appears (to select whole lines) |
![]() |
SelectionLen | Length of any selected text |
![]() |
SelectionStart | Start of any selected text as index into Text$, or 0 |
![]() |
ToolColor | Set if colors should appear on the toolbar |
![]() |
ToolFont | Set if fonts should appear on the toolbar |
![]() |
ToolStyle | Set if styles should appear on the toolbar |
![]() |
VScroll | Set if the control has a vertical scroll bar |
![]() |
Drop() Event | Drag drop event |
![]() |
DropFile() Event | Called when files are dragged on to the form |
![]() |
Modified() Event | Called when the user first modified text |
![]() |
PrintStatus() Event | Called whenever a PrintOpen() or Print() method is completed, with result in PrintStatus property |
![]() |
RightClick() Event | Called when the user right clicks on the control |
![]() |
UpdateText() Event | Called when the Text$ property has been updated from the control |