Skip to content
Snippets Groups Projects
Shortcuts.txt 1021 B
Newer Older
  • Learn to ignore specific revisions
  • 
    Firstly some Keyboard Shortcuts:<br /><br /><ul><li>F8 - Step function/line</li><li>F9 - Run/Compile<br /></li><li>F10 - Show/focus the main top panel (Objects Panel)</li><li>F11 - Show/focus Object Inspector<br /></li><li>F12 - Switch between form and corresponding unit and vice-versa</li><li>Ctrl+J - list preset templates (such as for...to...do begin...end)</li><li>Ctrl+Space - Show Code Insight at cursor (in case it doesnt show up automatically for example)</li><li>Ctrl+Shift+C - Complete code at cursor (when you write a function header, you can have it automatically make the actual function ready to be implementer.) NB: this doesnt seem to be available in the free edition, but certainly was in Delphi 5 Pro.</li><li>Ctrl+Alt+W - Show watch list (for debugging), which can be docked by dragging it over a window.</li><li>Ctrl+A (in watch window) - Add expression at cursor (to the watch list).</li><li>Ctrl+F2 - Reset App; use it if the program seems to hang. You shouldnt need to otherwise.<br /></li></ul>