The Edit Menu
Prev
Next

The Edit Menu

Edit->Undo (Ctrl+Z)

Undoes an action. You can revert to the state that existed before your last change.

Edit->Redo (Ctrl+Shift+Z)

Undoes an undo. Reverse the action of Undo. This will restore the change you originally made.

Edit->Cut (Ctrl+X)

Remove currently selected text and put it on the clipboard. This command is unavailable if there is no text currently selected. If this action is used in the Form Designer, currently selected widget or group of widgets are removed and put on the clipboard.

Edit->Copy (Ctrl+C)

Copy currently selected text onto the clipboard. This command is unavailable if there is no text currently selected. If this action is used in the Form Designer, currently selected widget or group of widgets are copied onto the clipboard.

Edit->Paste (Ctrl+V)

Copy of the clipboard contents at the insertion point. This command is unavailable if the clipboard is empty. If this action is used in the Form Designer and the clipboard contains copied widgets, they will be inserted onto the form.

Edit->Copy Special->Table or Query As Data Table...

Copy selected table or query data to clipboard.

Edit->Paste Special->As Data Table...

Paste clipboard data to a new table within the current project.

Edit->Select All (Ctrl+A)

Select all characters in the edited text box or all widgets in the Form Designer.

Edit->Delete

Delete the currently selected object.

Edit->Delete Row (Ctrl+Delete)

Delete currently selected row from a table.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team