Delphi7: Shortcuts

Ctrl + J: code template prompt box

Ctrl + Spacebar

Members of the class variable information display, such as procedures, functions, events, attributes, etc. (usually with the opening / closing of the hot-key input method
conflict, to achieve this function, the adjustable input of the "open / close" key combination)

Ctrl + Shift + Spacebar Type information display process or the number of parameters and the parameters of the function
Ctrl + J key

Display code template for a predefined fast input code snippet. Delphi has built many templates, such as an array of
templates, class templates, Case statement templates, etc.

Ctrl + left mouse button

Open cell mouse pointer variable manner under hyperlinks, function or procedure is located, and is automatically positioned to the corresponding single
element pointing to the statement, the defined portion

Ctrl + K, U, or I key The lines of code at the same time moved forward or rearward tab stops
Ctrl + Shift + up and down key During the implementation of the code defines the position of the cursor or the function of the switching section freedom
Ctrl+Shift+C 键 Autocomplete code statements written in the declaration portion of a procedure or function declaration, Delphi function of automatic generation process frame
Ctrl + Shift + number keys Definition / cancel a bookmark (BookMark) position
Ctrl + number keys Jump to a pre-defined bookmarks (a BookMark) position

Guess you like

Origin www.cnblogs.com/huiy/p/12199688.html