The WMI Delphi Code Creator tool, allows you to generate object pascal code to access the WMI (Windows Management Instrumentation) classes, events and methods.WMI Code Creator
Tools updated , Now supports Delphi XE2
The WMI Delphi Code Creator tool, allows you to generate object pascal code to access the WMI (Windows Management Instrumentation) classes, events and methods.WMI Code Creator
Tools updated , Now supports Delphi XE2
4.0.1 15-Sep-11
Embarcadero RAD Studio XE2 is supported
Application development for 64-bit Windows is supported
FireMonkey application development platform is supported
No Download Links Now:
Raudus 0.8.4 is available. September 22, 2011.
The installer package contains the framework, examples, ExtJS 4.0.2a and SenchaTouch 1.1.0.
Raudus 0.8.4 for Windows:
raudus-0.8.4-windows.exe (53 MB)
MD5: 3b2c762314dc89a64203dbf99115cd80
Requirements: Delphi 7/2006/2007/2009/2010/XE/XE2
Raudus 0.8.4 for Linux:
raudus-0.8.4-linux.tar.gz (15 MB)
MD5: 15c40e948f05800c1de1aed5e661df04
Requirements: FreePascal 2.4.2
analyse TClientDataSet data files in XML or CDS format and produce a plain text or HTML output with the results.
program XMLlias;
{$APPTYPE CONSOLE}
uses
Classes, DB, DBClient;
const
TAB = #9;
var
i: Integer;
Delimit: Char;
begin
with TClientDataSet.Create(nil) do
try
FileName := ParamStr(1);
if ParamCount > 1 then Delimit := ParamStr(2)[1]
else Delimit [...]
NativeExcel v3.x is a high-performance solution for Delphi Developers that allows writing of new Excel spreadsheets and reading of existing ones.
NativeExcel does not require installed Microsoft Office, it writes and reads excel files directly.
NativeExcel can be used as a replacement of standard Excel components, it has the same object model, properties and methods.
With NativeExcel v3.x [...]