Reading notes: Delphi5 Developer Guide Chapter 1

xiaoxiao2021-03-05  24

There is basically no programming experience during the university, although the relevant courses are also learned during the school, but those who are just basic things. For example, C language, such as data structures, such as databases. Moreover, as a student, a lazy student, I am basically learning what I have taught by those teachers, so-called "key". It can be said that I have been developed, I am a door.

After the university graduated, my work is just related to programming. As a door, I chose Delphi as a development tool. After half a year of learning and practice, I also completed the first task after work. After that, because of the other tasks, the learning of Delphi stopped. I always feel that Delphi is a very good development tool (there may be more contacts, I have a kindness), but because the work needs to be temporarily learned to meet the development needs, what is learned Knowledge is limited. Therefore, it is necessary to study more about things in-depth, and do more flexible to use Delphi's powerful development tools.

Recommended by people, found this book for "Delphi5 Developer Guide", which is what I want, you can have more deep learning for Delphi. I hope that from today, I can adhere to learn and record harvest and questions in learning. Tell these statements for my learning purpose and learning motivation. Only when you have clear your learning objectives and learn your goals, you will not feel confused in your study.

Turning this, transfer to the topic.

Chapter 1 Windows Programming under Delphi5

The first chapter is like the forefront of the forefront of my written notes, it is some introductory text, through the Delphi historical version and function introduction, guides you into the Delphi environment.

Delphi file type: *. DFM form file; *. DPR engineering file (actually PAS file); *. PAS main program file (source)

Event Processing Mechanism: In Windows applications, events are triggered by Windows messages. As a traditional Windows application development, you must go to get Windows messages, analyze window handles, wparams, lparam parameters, and event handling mechanism, you can directly program the event, not when Windows will generate this event.

Ide 10 points Important:

Class 1 automatic generation (I haven't practiced it yet, I don't know how to use it). Type of category declaration, press CTRL Shift C, class automatic generation features will infer what you want and correct code.

2 AppBrowser navigation. Press CTRL to click the identifier who want to find it, you can find this method to declare. The arrow in the upper right corner can be switched back in the declaration and identifier

3 Interface, IMPLEMentation navigation doesn't know what it means. Ctrl Shit (

4 stop

5 A real browser View | Browser lists global variables, classes, units, and three view modes

6 GUID Ctrl Shift g Add a new GUID to save time to declare the new interface

7 highlight C syntax

8 to do

9 Project Manager

10 code is automatically completed

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

New Post(0)