Some main techniques used by Delphi IDE

xiaoxiao2021-03-06  159

Sender: Stony (My Digital Stony), the reason for Shanghai), the letter area: Borland Title: Some main skills used by Delphi ID [ZZ] Sending Station: Drinking Water Source (April 11, 2004 11:17 Wednesday ), Station letters

Some of the main techniques of Delphi IDE used: headache2000 Source: 9cbs Updated: August 6, 2004 1, Find and Replace.

(1) f [1]: Select Page "Find", find the lookup, continue to find according to 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: Settings bookmarks: digit [2]

Positioning bookmark: number

2, form editing.

(1) : Switch between form editing and code editing.

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

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

3, code writing.

(1) j: Call the auto code completion template to achieve the automatic completion of the section code. With regard to the configuration of the template, you can do in the .

(2) : View the implementation code of the method, the declaration of the variable, etc.

(3) : Code Automatic completion prompt

: Method In vivo parameter prompt.

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 status.

(2) : Set / Cance the setup program's breakpoint.

(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 temporarily terminated [3]), the internal attached Inspector function can View this value / object more detailed information.

: View the value of the object under different data types, in the "evaction / modify" feature called , can also call this function via [Button: MODIFY] . 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] : Add to-do list.

: 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] Delphi provides methods for incrementing in increment of E, 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.

Author blog: http://blog.9cbs.net/headache2000/

- ※ Source: · Drinking water Source bbs.sjtu.edu.cn · [From: 202.120.43.16]

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

New Post(0)