The following shortcuts cannot be found in the menus of Delphi 5.0, some are still very useful.
Ctrl Pageup moves the cursor to the first line of this screen, the screen does not scroll. Ctrl PageDown moves the cursor to the last line of this screen, the screen does not scroll. Ctrl ↓ roll down the screen down, the cursor follows the scroll without this screen. Ctrl ↑ Up to scroll the screen, the cursor follows scroll without this screen. Ctrl Shift NUM Sets up to nine temporary markers in the cursor line, which is very useful to temporary switching. A book will appear on the left side of the line, the cover has Num, and then cancel the settings at a time. Ctrl NUM directly jumps to NUM, NUM is the label set with Ctrl Shift Num. NUM cannot use a keypad. Ctrl Home moves the cursor to the file header. Ctrl END moves the cursor to the end of the file. Ctrl B Buffer List window. Ctrl i with the Tab key. Ctrl m As the Enter key. Ctrl N with the Enter key, but the cursor position remains unchanged. Ctrl T deletes a word on the right of the cursor. Ctrl Y Deletes the row of the cursor.
Ctrl Shift ↑ When the cursor is in the function body, quickly move the cursor to the current function declaration. Ctrl Shift ↓ Cursor When the function declares, the cursor quickly moves the cursor to the function definition. Ctrl Shift C declares a process or function, directly generates a process or function name, begin, end; Ctrl Shift E cursor switches between the Edit window and the Explorer window. Ctrl Shift G inserts GUID. CTRL SHIFT J pops up the Delphi statement prompt window, and select the desired statement to complete a statement. Ctrl Shift T joins the TO-DO annotation in the cursor line. Ctrl Shift Y removes the text between the end of the Bank after the cursor.
Ctrl F3 Call Stack window. Ctrl F4 is equal to the Close item in the File menu.
Ctrl mouse wheel accelerate scroll.
Shift F8 pops up the CPU window when debugging. Shift F10 is equal to the right mouse button (Windows shortcut).
Alt F4 Close the source program files opened in all edit boxes, but do not turn off the project.