Delphi programming tutorial (second edition)
DelphiTutorial Series of books(045)《DelphiProgramming Tutorial(Version 2)" Organize netizens (state)Email:Shuaihj@163.com
:
Part1 Part2
- Editor/Author: Yang Changchun
- Publishing Club: Tsinghua University Press
- Published on: 2008.01
- Version: 2
- Print: 1
- I s B N: 7302162452
- Number of words: 594000
- Page count: 369
- Opening: 16
- Sheet of paper: Coated Paper
- Package: Flat
Introduction
Delphi is an object-oriented visual software development platform that provides a large number of VCI. It has powerful database development and network programming capabilities, greatly improving the development speed of the application system and is one of the best software development tools at present. This book is a basic tutorial for learning Delphi program design, from the basics, from simple to deep, informative, illustrated. Each chapter is accompanied by a selection of examples, and is subdivided into interface design, attribute settings, program design and key analysis, which has good operability. This book can be used as a basic tutorial on computer science in universities and related majors, or as a reference for computer enthusiasts.
Directory
Chapter 2 Basic Delphi knowledge
1.1 Introduction to Delphi
1.2 Delphi 7 ide
1.2.1 understand the integrated development environment
1.2.2 Component-Based Programming
1.2.3 features of Delphi 7
1.2.4 help
1.3 simple Delphi Program Design
1.4 Delphi procedure
Summary
Exercise 1
Chapter 2 Delphi syntax Basics
2.1 Reserved Words and identifiers
2.1.1 identifier
2.1.2 Reserved Words
2.1.3 Directive
2.1.4 notes
2.2 Data Type
2.2.1 numeric data
2.2.2 balanced data
2.2.3 boolean data
2.3 constants and variables
2.3.1 constant
2.3.2 Variables
2.4 operators and expressions
2.4.1 Arithmetic Operators and arithmetic expressions
2.4.2 logical operators and boolean expressions
2.4.3 string Operators
2.4.4 operator priority
2.5 common system functions and processes
2.5.1 numeric Functions
2.5.2 character processing functions
2.5.3 Date and Time Functions
2.5.4 sequence Functions
2.6 statement
2.6.1 Basic Concepts
2.6.2 common statements
2.6.3 assignment statement and program Sequence Structure
2.6.4 selection structure of conditional statements and programs
2.6.5 loop statement and program structure
Summary
Exercise 2
Chapter 2 common components
3.1 form
3.1.1 form component
3.1.2 dialog box
3.2 input display class component
3.2.1 edit component
3.2.2 label component
3.2.3 memo Components
3.2.4 maskedit component
3.3 button Components
3.3.1 button component
3.3.2 bitbtn component
3.3.3 SpeedButton component
3.4 check box, single-choice button, and single-choice button group
3.4.1 checkbox component
3.4.2 radiobutton component
3.4.3 radiogroup component
3.5 list box and combo box
3.5.1 ListBox component
3.5.2 ComboBox component
3.6 scroll bar
3.7 Timer
3.8 dialog box Components
3.8.1 opendialog component
3.8.2 savedialog component
3.8.3 fontdialog component
3.8.4 colordialog component
3.8.5 use of the public dialog box
3.9 Win 3.1 Components
3.9.1 FileListBox component
3.9.2 directorylistbox component
3.9.3 drivecombobox component
3.9.4 filtercombobox component
3.9.5 application of the Win 3.1 component
3.10 menu
3.10.1 mainmenu component
3.10.2 popupmenu component
Summary
Exercise 3
Chapter 1 processes and functions
Chapter 2 Advanced Data Types
Chapter 2 program exception handling and debugging technology
Chapter 2 keyboard, mouse, and file Programming
Chapter 2 multimedia programming
Chapter 2 Windows Advanced Programming
Chapter 2 Delphi Database Programming
Chapter 2 Network Programming Technology
Chapter 2 multi-thread programming
Chapter 2 Object-Oriented Programming
References