Edit
The Edit menu contains the following options.
- Cut
Cut the selected text from a form object (such as a text field) to the Windows
clipboard. This action also removes the text from the object. This option is not available when the
ReadOnly property of a form object is set to True.
- Copy
Copy the selected text from a form object to the Windows clipboard.
- Paste
Paste the copied text into the form object at the cursor location. This option is
not available when the ReadOnly property of a form object is set to True.
- Clear to end
Clear fields from the current cursor position to the end of the parent
object.