delphi mysql

Alibabacloud.com offers a wide variety of articles about delphi mysql, easily find your delphi mysql information here online.

Use Delphi to develop JNI applications

JNI (Java Native Interface, Java Local interface) technology is familiar to everyone, it can help solve the limitations of Java to access the underlying hardware and improve the execution efficiency. Most of the information about JNI development is about how to develop JNI in C/C ++. Even JDK provides a javah tool to automatically generate a C language program framework. However, for a wide range of Delphi programmers, isn't it possible to use their f

In-depth DLL programming under Delphi

of a software must be graphics, icons and other resources, can also be placed directly in the DLL file unified installation management. Create a DLLBefore I do that, I think you should know a concept: the routine declares a pointer variable, and the calling function/procedure is actually a pointer to the execution code of the function/procedure.Let's first try to build a DLL file with Delphi. This DLL contains a standard directory delete (contains su

Office Development in Delphi

1. Introduction When developing applications using Delphi, we usually need to design many documents and reports in various formats, and often create, edit, and modify files, although Delphi provides a lot of controls or methods for designing reports, there are obvious deficiencies, such as Chinese Input and Data Format control, which are troublesome. By using office tools that everyone is familiar with, yo

I learned about Delphi and my notes-string operations (Lecture 6)

String operations in Delphi are very simple, but the background is quite complicated. The traditional string operation method of Pascal is different from that of Windows. Windows adopts the string operation method of C language. The 32-bit Delphi added the long string type, which is a string type that is indeed saved by Delphi. String type In Borland's Turbo Pasc

Halcon and Delphi

Halcon and DelphiHalcon and Delphi series, as early as two years to write, but on the one hand, because Halcon is priced up to tens of thousands of euros (not the renminbi) professional software, know not many people,On the other hand, too many personal chores, have no time to write, this time, the National Day free, in a hurry, open first.This title was originally intended to be used: "Halcon, OpenCV and Delphi

Go: Delphi and Office program development--Good to read

Http://www.delphifans.com/infoview/Article_730.htmlDate: February 20, 2006 2003 Views: 5602 view: [Font small font]1. Introduction in the Use of Delphi development applications, usually we want to design a lot of documents in various formats, reports, often to create, edit and modify the file, although Delphi itself provides a lot of design report control or method, but there are obvious shortcomings, such

Using Delphi files in C++builder

One of the hardest things to do when writing an application with multiple languages and tools is to create and maintain interfaces to the definition file. Luckily, C++builder has done all this for you. When adding one to a project. Pas file, C++builder automatically creates a. hpp file. In the CPP file, you can invoke Pascal's functions, objects, and so on. This provides a convenient way for the programmers of Delphi to transplant all or part of the

Introduction to Delphi COM programming

cannot directly access other interfaces through one interface. However, COM allows customers to call QueryInterface () in the com library to query other interfaces supported by component objects. In this sense, the component object is a bit like the broker of the interface object.After QueryInterface () is called, if the component object supports the interface to be queried, QueryInterface () returns a pointer to this interface. If the component object does not support this interface, QueryInte

Two Methods for Delphi to call cmd

window with the latest size and position without changing the activity window?Sw_shownormal is the same as sw_restore.> recently, I want to use Delphi to build an Apache + MySQL integrated environment. The following knowledge is used:>> Delphi calls the CMD file to use this function.>> Winexec () function>> Example: I want to call the file 'e: \ call. cmd.>> Win

Delphi 2005 Appreciation

I. Overview Borland wants Delphi 2005 to be the final complete solution on the Windows platform, for which Delphi 2005 is set to Delphi, C #, Microsoft. NET Framework and Win32, supporting the graphical user interface ( GUI), web development, databases, rich-client applications (Rich-client applications) and many other developments, integrating software lifecycl

Implement function and object sharing between Delphi and C + +

In Delphi call C + + function and C + + call Delphi function is quite direct, it should be noted that Delphi 1 The default function call mode is Pascal, Delphi 4, Delphi 5 Default Way is optimized cdecl call way, That is the Register method. To implement function sharing bet

Delphi-driven development)

Whether Delphi can develop a Windows Driver (the driver here does not refer to VxD ^_^) has always been a concern of the majority of Delphi fans. Let's stop talking about whether the driver can be used or not. Let's take a look at the technical issues that need to be addressed when developing the driver with Delphi. Delphi's linker cannot generate Windows kernel-

The fusion technology between Delphi and Word

Windows system. COM technology embedded in Word Word is the best software for COM technology, which seems to be a bit extreme, but the powerful programming interface technology that Word provides can be that we control any part of Word by program. Whether it's open, save, print, or automatically draw a table in a document. Through programming software, can be flexible to manipulate word, here only to Borland Delphi For example, for detailed descri

Deep Delphi Programming (OOP)

Just contact the Delphi friend, perhaps the most interesting is its rich, powerful VCL (visual Component Library). It's exciting to just throw a few widgets on a form, and even without writing code, it's easy to make a useful program. However, VCL is only a small part of Delphi, Delphi excellent far more than the performance of the VCL on. If you just stay in the

Delphi 5 Enterprise Edition 10 major features

1. Support XML standards to quickly submit business information on the web. Delphi simplifies the data distribution and optimizes the data exchange process. Support for XML enables developers to quickly build systems that are resilient and scalable to accommodate the new wave of technology brought on by Internet e-business. 2. Use internetexpress to build high-speed Internet applications. Delphi 5 enable

13th Chapter-DELPHI Development Database Application Overview (ii) (3)

3. System operation and Maintenance An application system performance, the level of efficiency should always be the user to make judgments, applications in the running process, users will put forward a number of new requirements and suggestions, according to the user needs changes, the application should make certain changes, so that it further improve and improve. 13.4.3 Delivery Database application Delivering a database application means delivering it to the end user and providing the soft

Perfect programming guide objective Delphi

Valid Delphi Clause 1: In any case, please have your Project have at least one user SysUtils. pas Unit Many people who use Delphi complain that although Delphi is highly efficient in development, its compiled program is too large. Using Delphi5 to create a Project and compile it directly, the Size of the program has reached 286KB. If the same program is compiled

Chapter 5 of wuti Delphi

Chapter 5 Package In our daily life, we will use all kinds of bags, including wallet, briefcase, backpack, and schoolbag ......, The package contains frequently used items. Once you leave the house that day, you can bring the bag with it. You don't need to consider the specific items in the package, even though some items in the package are needed. With these packages, you can travel easily. Of course, poor packaging or too many packages will become cumbersome.Similarly, in

To use Delphi as the scripting language for ASP.net

asp.net| Script View Delphi as a scripting languageThe first thing to support asp.net is to let ASP.net see Delphi as a scripting language, allowing ASP.net to invoke the Delphi. NET compiler for various ASP file types.Asp. NET to find the Web.config file under the root directory of the IIS virtual path. The following is the contents of the Web.config configurati

Introduction to various file types in Delphi

The 1.dpr:delphi project file contains the Pascal code. Engineering files for Application Systems2.pas:pascal file, the source code of the Pascal unit, can be either a form-related unit or a separate unit. 3.dfm:delphi form file, a binary file that describes the properties of a form or data module and its components. Form interface file with the same name as the Pas file, andand one by one corresponds, defines the properties of the form properties and artifacts,4.BPG Borland Project Group Projec

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.