ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Edit Menu (Alt+E)
■ Provides Clipboard commands for editing controls or code:
 
┌──────────────────────────┐ • Removes selected control or
│ Cut               Ctrl+X │   text and places onto Clipboard
│ Copy              Ctrl+C │ • Copies selected control or text
│ Paste             Ctrl+V │   onto Clipboard
│ Delete               Del │ • Inserts control or text
├──────────────────────────┤   previously copied onto
│ Event Procedures...  F12 │   Clipboard
└──────────────────────────┘ • Clears control or text from
                               Clipboard
                             • Returns to programming
                               environment to create or edit
                               event procedures
 
 ■ Note: Event Procedures is available only when the Form
         Designer is started from the programming environment.
 
 ■ If you prefer, you can use cut-and-paste shortcut keys:
 
        Task       Shortcut Key
        ══════     ════════════════════════════════════════
        Cut        Ctrl+Ins
        Copy       Ctrl+Del
        Paste      Shift+Ins
        Delete     Del