==================================== Delphi keyboard shortcuts (filtered) ==================================== First published at 1/28/2018 on https://defkey.com/delphi-rad-studio-shortcuts Delphi is an integrated development environment for desktop, web, console applications and also event driven programming language. Originally developed by Borland as the successor of Turbo Pascal, Delphi added full object orientation to the language. It is now developed by Embarcadero Technologies. General ------- Shift + Left click After selecting control in form designer, click on it with Shift again to select top most parent Form Tab In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value Ctrl + J Invoke code templates also called code snippets Ctrl + Y Delete current line Ctrl + Shift + G Insert a new GUID at the cursor position Ctrl + Shift + V Automatically declare variable at cursor position Ctrl + Shift + Y Delete to the end of line Alt + Right arrow Browse forward (hotlink history) Alt + Left arrow Browse backward (hotlink history) Shift + F8 Run until return Ctrl + F5 Add Watch Ctrl + Shift + P Play editor macro Ctrl + Space Invoke code completion Ctrl + Shift + C Invoke class completion for the class that currently contains the cursor Ctrl + Alt + P Activate the Tool Palette in filtering mode (start typing, press Enter to drop component) Ctrl + Shift + K + E Code folding: Collapse current block of code Ctrl + Shift + K + T Code folding: Toggle Current block (expand & collapse) Ctrl + Shift + K + P Code folding: Collapse nested procedures Ctrl + C Copy word under Cursor / selected block Ctrl + N Insert new line after cursor (cursor stays in current line) Last modified on (UTC): Tuesday, January 7, 2020 Defkey © All rights reserved.