Understanding and thinking of garbage collection ——. NET GC

The garbage collector is used in. NET, in particular, it can restore the memory that is needed by the application in progress. So far, the Windows platform has used two techniques to free the memory that the process requests dynamically from the

On the Efficiency of code Execution (3): Caching and locality

In the first two articles, we discussed two aspects of program performance, one is the algorithm (the generalized algorithm, the problem-solving method), and the other is the compiler. Through these two aspects, I would like to express that the

Windowsmobile/win form-Interface Adaptive

Cause Using the smartphone on the WinForm to do a WM applet, the results are put on the phone to actually run. The dynamically generated controls are found to be very small and difficult to see. Reason My problem is that you need to dynamically

WCF follow-up trip (17): Routing Messages via tcptracer

For readers who want to have a deep understanding of WCF's message exchange, Tcptracer is definitely a great tool. We place tcptracer between service and service agents, and Tcptracer will help us to receive, display, and forward messages that flow

One millimeter equals how many pixels

This is not a determined value and it is related to the resolution of the device. Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs;TypeTForm1 = Class (Tform)Procedure Formcreate

Using Ado.net in Delphi.NET's vcl.net.

In Delphi.NET, Vcl.net has two points that are quite regrettable: 1. You cannot use ADO (DBGO), but according to Levi, this component will be available later. 2. You cannot use the ado.net and BDP, which will be the subject of my article. In

Realization of docking technology in Delphi

With the development of software technology, the software interface is more and more beautiful, and the operation is more and more convenient. Looking at the more professional software in the market, we will find that most of them provide form

The change of string and char in Delphi 2009

In Delphi 2009: string = unicodestring; (same: pstring = punicodestring;) Char = Widechar; (same: Pchar = Pwidechar;) This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics,

Calling functions in a DLL written in. NET in Delphi

Recently because the company mass mail program needs to register for a period of time has not activated the user to activate the mail, the message has registered password needs to be restored to the user but because the password encryption is used

Using Delphi to realize the detection of special-line state

With the increase of computer users, computer network is becoming more and more complex, how to carry out real-time network detection has become a concern of administrators. Real-time monitoring can detect problems in the earliest time and avoid the

Delphi and DirectX Delphix (): Tdib. Drawdarken ();

This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs, DIB, Stdctrls;TypeTForm1 = Class

Delphi and DirectX (Delphix): Tdib. Initlight (), drawlights ();

This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs, DIB, Stdctrls;TypeTForm1 = Class (Tform)Dxpaintbox1:tdxpaintbox;Procedure Formcreate

Delphi and DirectX (Delphix): Tdib. DrawMandelbrot ();

This example effect chart: Code files: unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, DIB, StdCtrls; type   TForm1 = class(TForm)    DXPaintBox1: TDXPaintBox;    procedure

Delphi and DirectX Delphix (Bayi): Tdib. Coloredline ();

This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs, DIB, Stdctrls, Extctrls;TypeTForm1 = Class

Delphi and DirectX Delphix: Tdib. Blendpixel ();

This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs, DIB, Stdctrls;TypeTForm1 = Class

Delphi and DirectX (Delphix): Tdib. Linepolar ();

This example effect chart: Code files: unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, DIB, StdCtrls; type   TForm1 = class(TForm)    DXPaintBox1: TDXPaintBox;    procedure

Delphi and DirectX Delphix (): Tdib. Ink ();

This example effect chart: Code files: Unit Unit1;InterfaceUsesWindows, Messages, sysutils, variants, Classes, Graphics, Controls, Forms,Dialogs, DIB, Stdctrls;TypeTForm1 = Class

Using Delphi to implement custom functions that support forms

When using Delphi to open an application, we can refer to a large number of controls, like Vcl,ocx, or refer to a large number of functions provided in the development environment, such as ShowMessage, Application.messagebox and so on, it is these

Understand the Delphi Class (vii)

What is polymorphism? My understanding is that the same method will have different implementations in different objects, that's all. unit Unit1; interface uses  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,  Dialogs,

Understand the Delphi Class (V)

To create a new VCL Forms application project, two classes already appear in the code: One is the Tform class; One is the TForm1 class; TForm1 inherited from Tform. Tform is the parent class of TForm1; TForm1 is a subclass of Tform. unit Unit1;

Total Pages: 64722 1 .... 44468 44469 44470 44471 44472 .... 64722 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.