The Delphi examples you will find further on this page work with Excel 2021 and lower and support Delphi XE2 and higher. Excel add-in in Delphi Automation add-in and UDF Advanced Excel Task Panes Microsoft Office general You may also be interested in: ...
Code procedureTForm1.EditItem1Click(Sender:TObject);beginTreeView1.Selected.EditText;end;procedureTForm1.FormCreate(Sender:TObject);varMyTreeNode1,MyTreeNode2:TTreeNode;beginwithTreeView1.ItemsdobeginClear;{ Remove any existing nodes. }MyTreeNode1:=Add(nil,'RootTreeNode1');{ Add a root nod...
Uses Vcl.StdCtrls.TCustomLabel.AutoSize(fr|de|ja) Vcl.Controls.TControl.Caption(fr|de|ja) Previous Versions Berlin Code Examples Older Versions Assistance Recent changes
1. examples of creating SqlConnection; 2. examples of creating SqlCommand; 3. open connection; 4. execute command; 5. close the connection. SqlCommand objects provide a variety of methods to complete database operations. Commonly used:
Basics Programming with Asprise OCR is very straightforward. Below is the typical source code sample in Delphi Pascal to recognize images: program DelphiOcr; {$APPTYPECONSOLE} {$R*.res} uses Winapi.Windows, System.SysUtils, AspriseOcr in'AspriseOcr.pas';varocrEngineHandle:LONGLONG; ocrResult:...
12 examples complets. interfaces delphi Les Interfaces Delphi : définition, création, syntaxe et règles d'utilisation, gestion mémoire, héritage. Exemples : Interfaces et génériques, design patterns, framework delphi livebindings spelunking Architecture LiveBindings Delphi : analyse de l'...
High performance, royalty-free Delphi Pascal OCR and barcode recognition on Windows 32bit and 64bit Featured Clients Sectors:Finance•Information Technoloy•Government•Healthcare•Industries•Education•(show all) Asprise Delphi Pascal OCR (optical character recognition) and barcode recognition SDK...
The examples that follow illustrate basic features of Delphi programming. The examples show simple applications that would not normally be compiled from the IDE; you can compile them from the command line. 下面的实例演示 Delphi编程的基本特点,该示例显示简单的应用程序,通常不会从IDE中编译,你可以在命...
Much of this discussion is based on sample code that demonstrates how to get to the information in the file. All of the sample code is taken from the file PEFILE.C, the source module for PEFILE.DLL. Each of these examples takes advantage of one of the coolest features of Windows NT, ...
Learn More >> SOURCE CODE EXAMPLE Click button below to view source code examples on the usage of the .Net Runtime Library for Delphi. View Examples