|
Selects parent control in design mode. Left mouse click + Escape drags the parent control |
||
|
After selecting control in form designer, click on it with Shift again to select top most parent Form |
||
|
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value |
||
|
Invoke code templates also called code snippets |
||
|
Delete text from cursor position until end of word |
||
|
Incremental search |
||
|
Delete current line |
||
|
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs. |
||
|
Insert a new GUID at the cursor position |
||
|
Indent the current selected block |
||
|
Unindent the current selected block |
||
|
Indent the current selected block or current line in case of no selection |
||
|
Unindent the current selected block or current line in case of no selection |
||
|
Invoke SyncEdit |
||
|
Automatically declare variable at cursor position |
||
|
Delete to the end of line |
||
|
Match pair forward |
||
|
Match pair backward |
||
|
Browse forward (hotlink history) |
||
|
Browse backward (hotlink history) |
||
|
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history) |
||
|
Run program to current cursor position |
||
|
Toggle breakpoint |
||
|
Debugger step into |
||
|
Trace into next source line |
||
|
Debugger step over |
||
|
Run until return |
||
|
Run program under debugger |
||
|
Program Reset |
||
|
Evaluate/modify |
||
|
Add Watch |
||
|
View units |
||
|
Go to line number in editor |
||
or
|
|||
|
Start/stop recording editor macro |
||
|
Play editor macro |
||
|
Invoke code completion |
||
|
Invoke code parameter hints |
||
|
Open file at cursor |
||
|
Find all references |
||
|
Invoke class completion for the class that currently contains the cursor |
||
|
Navigate to method implementation/declaration |
||
or
|
|||
|
Set a bookmark at current row in the source |
||
|
Go to a bookmark row in the source |
||
|
Opens the drop-down on the top-right corner of the code editor, listing all open files |
||
|
Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L |
||
|
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L |
||
|
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L |
||
|
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L |
||
|
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L |
||
|
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component) |
||
|
Adds current date to source code |
||
|
Toggle comment per line or selected block and cursors goes down one line, Ctrl + # on nordic (and perhaps other international ) keyboards |
||
|
Add todo list item |
||
|
Toggle between Form as text mode or design mode |
||
|
Invoke Use unit dialog |
||
|
Invoke Open Project Dialog |
||
|
Invoke Project manager window |
||
Advertisement |
|||
|
Invoke Object Inspector window |
||
|
Toggle between code view and design view |
||
|
Invoke Window list |
||
|
Invoke Structure window |
||
|
Invoke Browser window |
||
|
Invoke Breakpoint window |
||
|
Invoke Call Stack window |
||
|
Invoke Watches window |
||
|
Invoke Local Variables window |
||
|
Invoke Threads window |
||
|
Invoke FPU window |
||
|
Invoke CPU window |
||
|
Invoke Event window |
||
|
Invoke Modules window |
||
|
Invoke Forms window |
||
|
Invoke Add to uses clause (Find unit in Delphi 2006) window (Refactoring) |
||
|
Invoke Project Options window |
||
|
Compile Project |
||
|
Build Project |
||
|
Invoke Add to project window |
||
|
Run without debugging |
||
|
Find |
||
|
Find in Files |
||
|
Previous/next result (for Find in Files and Build Error Messages) |
||
|
Changes a word to lowercase and deselects selection |
||
|
Changes a word to uppercase and deselects selection |
||
|
Changes a word to lowercase |
||
|
Changes a word to uppercase |
||
|
Toggles case |
||
|
Toggles Code folding between On and Off |
||
|
Code folding: Expands All blocks of code |
||
|
Code folding: Collapse current block of code |
||
|
Code folding: Expand current block of code |
||
|
Code folding: Toggle Current block (expand & collapse) |
||
|
Code folding: Collapses all regions {$region 'comment'}..{$endregion} |
||
|
Code folding: Collapse nested procedures |
||
|
Code folding: Collapse all methods |
||
|
Code folding: Collapse all classes |
||
|
Code folding: Collapses down to primary Groups [Interface/Implementation] |
||
|
Code folding: Collapses Namespace/Unit |
||
|
Switch to the next open file in the editor |
||
|
Switch to the previous open file in the editor |
||
|
Invokes print selection dialog |
||
|
Invokes Write block to file(selected text) |
||
|
Invokes Read block from file(inserts text at cursor) |
||
|
Copies selected text at the end of the selection |
||
|
Select word at cursor position |
||
|
Turns on block selection mode |
||
|
Selects current line (and turns off block selection mode) |
||
|
Toggles between limiting the Ctrl + Alt navigation shortcuts to the current class, or limiting it to the current unit |
||
|
Go to next item of Messages window |
||
|
Switches between source (.cpp) and header (.h) |
||
|
Undo |
||
|
Display Popup menu |
||
|
Moves the cursor down one line and selects the column from the left of the starting cursor position |
||
|
Selects the column from the cursor position to the end of the current line |
||
|
Selects the column from the cursor position to the start of the current line |
||
|
Selects the column to the left of the cursor |
||
|
Moves the cursor down one line and selects the column from the right of the starting cursor position |
||
|
Moves the cursor up one screen and selects the column from the left of the starting cursor position |
||
|
Selects the column to the right of the cursor |
||
|
Moves the cursor up one line and selects the column from the left of the starting cursor position |
||
|
Cut word under cursor / current selected block |
||
|
Copy word under Cursor / selected block |
||
|
Select all |
||
|
Delete the word to the beginning |
||
|
Deletes a currently selected block |
||
|
Scrolls down one line |
||
|
Moves to the end of a file |
||
|
Topic Search |
||
|
Open Main Menu |
||
|
Moves to the top of a file |
||
|
Replace Dialog |
||
|
Inserts a tab character |
||
|
Copy selected Block |
||
|
Find again |
||
|
Moves one word left |
||
|
Insert new line (same as Enter) |
||
|
Insert new line after cursor (cursor stays in current line) |
||
|
Open file at cursor |
||
|
Browse symbol at cursor |
||
|
Inserts compiler options and directives |
||
|
Moves to the bottom of a screen |
||
|
Moves to the top of a screen |
||
|
Search Replace Dialog |
||
|
Moves cursor to the beginning of a block |
||
|
Moves cursor to end of a file |
||
|
Moves cursor to the end of a line |
||
|
Moves cursor to the top of the window |
||
|
Search Find Dialog |
What is your favorite Delphi hotkey? Do you have any useful tips for it? Let other users know below.
1078285
484961
403766
342921
291556
267850
3 hours ago Updated!
3 hours ago Updated!
3 hours ago
5 hours ago Updated!
15 hours ago Updated!
18 hours ago Updated!
Latest articles