unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
MYPARA = record
title: pchar;
str: pchar;
end;
Delphi is a well-known rapid application development tool (Rapid Application Development, RAD) under the Windows platform. Its predecessor was the “Borland Turbo Pascal” that was popular in the DOS era. The earliest version was developed by the American Borland company in 1995. The main creator is Anders Hejlsberg. After several years of development, this product has also been transferred to the Embarcadero company. Delphi is an integrated development environment (IDE). The core used is Object Pascal developed from the traditional Pascal language. It uses a graphical user interface as the development environment, and uses IDE, VCL tools and compilers to cooperate with the function of connecting to the database. An application development tool centered on object-oriented programming.
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
MYPARA = record
title: pchar;
str: pchar;
end;
I am trying to migrate Delphi 5 code to Delphi XE7-WIN64, I am facing the problem of mixed assembly code in the block below. I am also a novice.
procedure IterateMenus(Func: Pointer; Menu1, M
I am optimizing a part of a Delphi application, where the list of objects is often filtered using different criteria. The objects are stored in the TObjectList structure, and each filter is usually
I have been playing Inno Setup 5.3.6; try to customize the color of the installer. Mainly the banner that appears in the head of the installer. But so far I haven’t found a convenient Method.
GetDeviceCaps function function: This function retrieves the device specified information of the specified device. Function prototype: int GetDeviceCaps(HDC hdc, int nlndex);Parameter: 1, hdc: