
| Menu item | Description |
|---|---|
| Cut | Copies the current selection to the clipboard, changes its color to gray and deletes it when you Paste it somewhere else.
If the selection is a string, Cut copies the selection to the clipboard and removes it from the string. To use it, select
an item and:
|
| Copy | Copies the current contents of the clipboard to the destination component as a set of new dynamic properties. If the selection
is a string, Copy copies the current text selection and places it in the destination component. To Copy a Component:
|
| Paste | Copies the contents of the clipboard to the destination component as a set of new dynamic properties. If the target is a string,
Paste places a reference to the source that was cut or copied into clipboard. It may be accessed by cutting or copying component(s):
|
| Paste Special | Copies the contents of the clipboard to the destination component when it is a Special Transferable. |
| Duplicate | Copies the current selection and places a duplicate in the same Container. This function may be access from the menu under
Edit (shortcut Ctrl + D) or from the Duplicate button ( |
| Delete | Removes the current selection from its parent container. It may be accessed by selecting an item and:
|
| Undo | Reverses the last action as if it had not been performed. It is only available for certain actions as follows:
|
| Redo | Restores an Action after Undo has removed it. It is only available after a successful Undo. |