delphi mysql

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

[Delphi] released a self-written Home CD management system-open source code (Delphi)

information of a CD you have already entered, you can select the entered CD first, then, click "Copy cd" to bring up the UI for entering the new CD, but the information in it has been automatically filled in, and it is exactly the same as the one already entered, in this case, you only need to modify the location to be modified. Prompt: If you want to obtain the maximum number of the current type during input or modification, double-click "※" next to the" CD number "to generate it automatically

Delphi xe2's hidden hints and warnings options

There are a number of warnings available in Delphi xe2 that are not very well known ented. While you can control them in the Project Options dialog, and you can turn them on using {$ Warn} Directives or in command line compiler options, the documentation for the warning identifiers is currently pretty piecemeal, and there is no clear link between the project options, warning directive identifiers, and numeric identifiers. The{$ Warn}Compiler Dire

Who did Delphi provoke?

At the earliest time, C ++ programmers did not develop Win32 products as fast as Delphi programmers. They were not convinced that Delphi was not good Because delphi could only drag controls but not oop. A few years ago, when Java was just getting angry, Java programmers said That Delphi was not good Because

Delphi Database Technology ups and downs--to be the history of the BDE

Tags: style color io os using AR strong for dataSeptember 2014, Delphi Xe7 out, this time in the database technology, completely cast off from 1995Delphi 1.0 comes with the Borland database access technology. Thus declaring this continuingMore than 20 years of Delphi access to database technology into history.Throughout the 20 years of Delphi Database technology

Delphi Basic Development Skills

[DELPHI] Network Neighborhood copy filesUses SHELLAPI;CopyFile (Pchar (' Newfile.txt '), Pchar ('//computername/direction/targer.txt '), false); [DELPHI] produces mouse drag effectImplemented through MouseMove events, DragOver events, EndDrag events, such as label on a panel:var Xpanel,ypanel,xlabel,ylabel:integer;Panel's MouseMove event: xpanel:=x;ypanel:=y;Panel's DragOver event: xpanel:=x;ypanel:=y;Mouse

Delphi and GDI + special topics

lines Re-learning GDI+[12]: Preparing for work-rectangular hit Re-learning gdi+[11]: drawcurve-Drawing curves Re-learning GDI+[10]: DrawClosedCurve-Draw closed curves Re-learning Gdi+[9]: DrawPolygon-Drawing polygons Re-learning Gdi+[8]: Drawrectangles-Draw a set of rectangles Re-learning Gdi+[7]: DrawLines-Draw a set of lines Re-learning Gdi+[6]: Drawpie-Draw a pie Re-learning Gdi+[5]: DrawArc-Draw arcs Re-learning Gdi+[4]: DrawEllipse-Draw an ellipse Re-learning Gdi+[3]: DrawRectang

021 _ Delphi algorithm and Data Structure

Delphi algorithm and Data Structure DelphiTutorial Series of books(021)《DelphiAlgorithms and data structures Organize netizens (state)Email:Shuaihj@163.com : PDF Appendix source code Original Title: The tomes of Delphi algorithms and data structures Original Publishing House: wordware Publishing Author: [us] Julian Bucknall Translator: Lin Qi Zhu TAO JIANG Series name:

Delphi development experience

Delphi 7 is a classic version. We recommend that you install Delphi 7 for software development under win2000/XP, and Delphi 2007 for software development under Vista. After Delphi 7 is installed, you should install Delphi 7 update Pack 1 immediately. If

My experience in Delphi Development

--------Development Environment-------- Delphi 7 is a classic version. We recommend that you install Delphi 7 for software development under win2000/XP, and Delphi 2007 for software development under Vista. After Delphi 7 is installed, you should install Delphi 7 update Pa

You are welcome to discuss Visual Studio and Delphi.

Land island Studio The previous article was attended by some friends (article title:Who did Delphi provoke??). I also want to continue with this topic, hoping to introduce a piece of Delphi space in the "blog Park. There are really few friends in Delphi in "blog Garden", but I personally think "blog Garden" is a good and open technology exchange platform, why c

Delphi Image Processing-document indexing

This article provides an index link for the published "Delphi image processing" series to facilitate reading and searching. 《Delphi Image Processing-data types and public processes.Provides the conversion process of GDI + bitmap tgpbitmap and VCL bitmap tbitmap as well as several basic general processes. All other article code, including the example code, must include the imagedata. Pas Unit described in th

Delphi third-party component Summary

From: http://www.hongen.com/pc/program/third/delphi/dthird01.htm As we all know, Delphi provides a large number of components, which can basically meet our programming needs. However, for programs with specific requirements, only the built-in components of Delphi cannot be used. For example, Delphi does not provide a s

Delphi and Windows API topics

Delphi calls WINAPI characters and String functions: Charnext, Charprev Delphi calls WINAPI characters and String functions: Chartooem, Oemtochar Delphi calls WINAPI characters and String functions (13) Delphi Call WINAPI Character and string function (in): Lstrlen-String length

Package learning 4: Use of the Delphi package

Reproduced to: http://www.xxlinux.com/linux/e/DoPrint? Classid = 66 id = 12739 Understanding the relationship between BPL and DLL will help us better understand how DELPHI works in component production, application, dynamic and static compilation. It is helpful for beginners who are still not clear about DELPHI development.BPL vs. DLL Part 1: Introduction to packages Generally, when compiling a

Delphi Automated Testing

Document directory Silktest support of Delphi applications Notes Using debug info agent with Delphi applications Qtp test Delphi application After installing the qtp Delphi plug-in, you must configure the program to be tested for normal use.The method is as follows:You must perform the following steps for each app

Delphi and embedded Assembly topics

Beginner Delphi Embedded Assembly [30]-Register table Beginners Delphi Embedded Assembly [29]-Register can accept the range of values Beginner Delphi Embedded Assembly [28]-three methods and efficiencies that set the value of EAX to 0 Beginners Delphi Embedded Assembly []-XCHG instruction: Exchange Register contents

Calling Delphi-written DLLs in Java

Sometimes, to write some programs, in JAVA is very difficult to implement, but if the use of other programming languages but it is relatively easy, we might as well through the JNI to let the different languages of the program to do together.JNI tutorial, online C is more, Java also provides javah.exe for the C language JNI program generation header file, if you are a Delphi programmer, can you let Java and Delphi

How to use MYSQLMYSQLODBC driver in VC and Delphi _php Tutorial

How to use MySQL (MySQL ODBC driver) in VC and Delphi Znsoft July 30, 2000 e-mail it to me. I'll talk about my opinion. Previous article How to use MySQL in VC, Delphi, VB and other programs (MySQL ODBC driver use) We often enc

Delphi Writing ActiveX control (OCX Control) knowledge and examples (with detailed steps)

I. Introduction to the Application of ActiveX:ActiveX controls, which are commonly called OCX controls, are part of ActiveX technology. ActiveX is a Component Object model COM-based technology introduced by Microsoft, including a series of extensions and enhancements to the Windows 32-bit Application programming interface (Win32 API) and Component Object model, with the goal of integrating the computer desktop environment with the Internet environment. While protecting existing development inves

048 _ concise Delphi tutorial

Document directory Concise Delphi tutorial Concise Delphi tutorial DelphiTutorial Series of books(048)《DelphiConcise tutorial Organize netizens (state)Email:Shuaihj@163.com : PDF Edited by Zheng Hong Zhang Jin Introduction Delphi 5 is a new-generation visual program development tool developed by software giants and famous Inprise companies. It has been wi

Total Pages: 15 1 .... 5 6 7 8 9 .... 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.