Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are some of the operation shortcuts in DELPHI IDE

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you what part of the operation shortcut in DELPHI IDE is, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Some operation shortcuts in DELPHI IDE

1 Code template: CTRL+J

2 code block move: CTRL+SHIFT+I (move right) CTRL+SHIFT+U (move left)

3 Select form: select any control first, SHIFT+ left mouse button

4 point the mouse to the variable name, unit name, class name, and then use the left mouse button of CTRL+ to find the corresponding description.

5 within procedures, functions and events, the upward arrow keys of SHIFT+CTRL+ can jump to the corresponding definition of procedures, functions and events.

6 on the contrary, at the definition of procedures, functions, and events, the downward arrow keys of SHIFT+CTRL+ can jump into the interior of specific procedures, functions, and events.

7 CTRL + SHIFT + C: write declarations or complement functions

8 SHIFT + CTRL + E display EXPLORER

9 CTRL + SHIFT + N (nasty 1, 2, 3, 4.) Define bookmarks

10 CTRL + N (nasty 1, 2, 3, 4.) Skip to bookmark n

11 ALT + left mouse button can block select code, it is very useful to delete aligned duplicate code

12 CTRL + PageUp move the cursor to the first line of the screen and the screen does not scroll.

13 CTRL + PageDown move the cursor to the last line of the screen and the screen does not scroll.

14 CTRL + ↓ scroll down the screen, the cursor can not scroll out of this screen.

15 CTRL + ↑ scroll up the screen, the cursor will not scroll out of this screen.

16 CTRL + Home moves the cursor to the header of the file.

17 CTRL + End move the cursor to the end of the file.

18 CTRL + B Buffer List window.

19 CTRL + I is the same as Tab key.

20 CTRL + M is the same as Enter key.

21 CTRL + N is the same as enter, but the cursor position remains the same.

22 CTRL + T deletes a word to the right of the cursor.

23 CTRL + Y delete the line where the cursor is located.

When the 24 CTRL + SHIFT + ↑ cursor is inside the function, quickly move the cursor to the current function declaration.

25 CTRL + SHIFT + ↓ cursor quickly move the cursor to the function definition as you declare the line.

26 after CTRL + SHIFT + C declares a procedure or function, it directly generates the name, begin, end of the procedure or function

27 CTRL + SHIFT + E cursor toggles between Edit window and Explorer window.

28 CTRL + SHIFT + G insert GUID.

29 CTRL + SHIFT + J pops up a prompt window for Delphi statements, and selecting the desired statement will automatically complete a statement.

30 CTRL + SHIFT + T adds To-Do comments to the cursor line.

31 CTRL + SHIFT + Y removes the text from the cursor to the end of the line.

32 CTRL + F3 Call Stack window.

33 CTRL + F4 equals the Close item in the File menu.

34 CTRL + mouse wheel acceleration scrolling.

35 SHIFT + F8 pop-up CPU window when debugging.

36 SHIFT + F10 equals the right mouse button (Windows shortcut).

37 ALT + F4 closes all open source program files in the edit box, but does not close the project. (close Delphi ^ _ ^ if no project is open)

About what part of the operation shortcuts in DELPHI IDE is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report