Edit
The Edit menu contains the options as presented below.
- Cut
Cut the selected text from a form object (such as a text field) to the Windows clipboard, which also removes the text from the object.
Note: 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 in the form object at the location of the cursor.
Note: This option is not available when the ReadOnly property of a form object is set to True. - Clear to end
Clears fields from the current cursor position to the end of the parent object.