Delphi IDE Keyboard Shortcuts for easy use
Delphi IDE frequently used Keyboard Shortcuts Shortcut Description Escape Selects parent control in design mode. Left mouse click + Escape drags the parent control Shift + Click After selecting control in form designer, click on it with Shift again to select top most parent Form Tab On Form Designer activates next component. And on Object Inspector move focus to property value Ctrl + J Invoke code templates also called code snippets Ctrl + T Delete text from cursor position until end of word Ctrl + E Incremental search Ctrl + Y Delete current line Ctrl + Shift + G Insert a new GUID at the cursor position Ctrl + Shift + I Indent the current selected block Ctrl + Shift + U Unindent the current selected block F4 Run program to current cursor position F5 Toggle breakpoint F7 Debugger step into Shift - F7 Trace into next source line ...