Some main techniques used by Delphi IDE

zhaozj2021-02-16  69

1, find and replace.

(1)

F

[1]

: Select page "Find" to find,

Then continue looking for in the lookup direction. Select page "Find In Files", the full-text search in this project is performed.

(2)

R

:replace.

(3) Set bookmarks and positioning: Setting bookmarks:

Number [2]

Positioning bookmark:

digital

2, form editing.

(1)

: Switches between form editing and code editing.

(2)

: Call the Form Component Properties / Event Browsing Setter (Object Inspector).

(3) : Aligns panel: For alignment of each visible component.

3, code writing.

(1)

J

: Call the autocode to complete the template, implement the automatic completion of the section code. With regard to the configuration of the template, you can do in the .

(2)

<

Mouse: Click>: View the implementation code of the method, the declaration of the variable, etc.

(3)

: Code automatic completion prompt

Method: In vivo parameter tips.

4, program compilation and operation.

(1)

: Compile and run (you can set the breakpoint for debugging).

: Single-step debugging, but does not enter the related subunies / procedure

: Step by step, debugging in depth in each associated subfunction / process body.

: End the program to adjust the operation status, return to the program editing state.

(2)

: Setting

/

Cancel the setup of the program.

(3)

: Observe the value of the code and attach the new value (using the modify function) to debug (Note: This feature is only valid in the program temporary termination [3]), and the internal attached Inspector function can view this value / object more detailed information.

: View the case where the object under different data types, use

This feature can also be called by [Button: Modify] in the "Evaluate / Modify" function.

5, engineering control.

(1) TO-DO LIST.

[Role] Documentary and Tips for a progress of work. When you enter the development next time, you can quickly follow up.

[Operation method]

: Increase the to-do list content.

: View and locate it to the to-do list.

[Operation Skill] TO-Do List has no number of restrictions, can be used as a tool for a relatively long-term setup program bookmark (Bookmark).

[1] Used in Delphi

E

Method for incrementing, I personally not appreciate.

[2] At this point, it should be noted that all numeric keys cannot use the numeric keys on the keypad.

[3] There are two methods for the program temporarily terminated: (1) The program is running to the breakpoint, the program is automatically temporarily terminated, waiting for debugging; (2) call Complete the program Temporary termination, waiting for debugging.

转载请注明原文地址:https://www.9cbs.com/read-15692.html

New Post(0)