Delphi » Page 607

TMS Aurelius 2.2 Full Source XE-XE7

TMS Aurelius 2.2 Full Source XE-XE7
TMS Aurelius 2.2 Full Source XE-XE7 | 4.8 Mb


ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...

    Query1.Sql.Text := 'SELECT I.ID AS INVOICE_ID, I.INVOICE_TYPE, I.INVOICE_NO, I.ISSUE_DATE, I.PRINT_DATE, ' +  
      'C.ID AS CUSTOMER_ID, C.CUSTOMER_NAME, C.SEX, C.BIRTHDAY, N.ID AS COUNTRY_ID, N.COUNTRY_NAME' +  
      'FROM INVOICE AS I INNER JOIN CUSTOMER AS C ON (C.ID = I.CUSTOMER_ID) ' +  
      'LEFT JOIN COUNTRY AS N ON (N.ID = C.COUNTRY_ID)' +  
      'WHERE I.ID = :INVOICE_ID;'  
    Query1.ParamByName('INVOICE_ID').AsInteger := 1;  
    Query1.Open;  
    ShowMessage(Format('Invoice No: %d, Customer: %s, Country: %s',  
      [Query1.FieldByName('INVOICE_NO').AsInteger,  
      Query1.FieldByName('CUSTOMER_NAME').AsString,  
      Query1.FieldByName('COUNTRY_NAME').AsString]));  
Read more

EhLib 6.3 Build 6.3.184 D7-XE7

EhLib 6.3 Build 6.3.184 D7-XE7
EhLib 6.3 Build 6.3.184 D7-XE7 | 13 Mb


It contains components and classes for Borland Delphi 7, 9, 2005, 2006, CodeGear Delphi 2007, CodeGear RAD Studio 2009, Embarcadero RAD Studio 2010, XE, X2 and RAD Studio XE7, intended to increase capacity of the client part of database application in part of interaction with applications user.
Read more

FireDac for FastReport 4 XE7

FireDac for FastReport 4 XE7
FireDac for FastReport 4 XE7 | 77 kB


FireDAC is a powerful, yet easy-to-use access layer that supports, abstracts, and simplifies data access, providing all the features needed to build real-world high-load applications. FireDAC provides a common API for accessing different database back-ends, without giving up access to unique database-specific features and without compromising on performance. Use FireDAC in Android, iOS, Windows, and Mac OS X applications you are developing for PCs, tablets and smartphones.
Read more

Virtual Disk SDK

Virtual Disk SDK
Virtual Disk SDK | 14 Mb


Virtual Disk SDK - a component to create a virtual disk , you can format them in a file system, FAT, NTFS or any other mounted disk looks like a real fizichisky drive, you can work with it , just as with a regular disk , copy, and delete files , drag them there with the mouse , view the disc through a conductor Windows Explorer, etc. , you do not need prior knowledge of programming kernel-mode file operations are handled in user mode.
Read more

Woll2Woll 1st Class Studio 14.0.1.1 Full Source XE6 Retail

Woll2Woll 1st Class Studio 14.0.1.1 Full Source XE6 Retail
1stClass for RAD Studio XE6 VCL 14.0.1 Retail | 12 Mb


Woll2Woll Software announces updates to 1stClass Studio, now supporting Rad Studio XE6. 1stClass brings spectacular high-class components to your Delphi and C++ Builder applications to make them truly stand out. From its eye-catching image-shaped forms and image-shaped buttons, to its powerful and polished bound and unbound treeview and outlookbar components, you will notice 1stClass' quality and attention to detail. 1stClass also is the ideal companion to InfoPower, as you can embed 1stClass' powerful combo controls, such as its tree combos or image combos, directly into InfoPower's grid.
Read more

ModelMaker Tools Code Explorer 11.1.0

ModelMaker Tools Code Explorer 11.1.0
ModelMaker Tools Code Explorer 11.1.0 | 8 Mb


Native Delphi modeling and Refactoring tool based on UMLв„ў 2 technology. Delphi 4-7, 2007-2010 and XE-XE3 and Visual Studio 2003-2012 integration. Instant Code generation. Reverse engineering (code import) and instant visualization. Design and restructure code. Deploy design patterns and apply Built-in Refactorings.
Read more

WinSoft Optical Character Recognition 5.9 D5-XE6

WinSoft Optical Character Recognition 5.9 D5-XE6

WinSoft Optical Character Recognition 5.9 D5-XE6 | 14 Mb


Use OCR component to retrieve text from image, for example from scanned paper document.

uses Tesseract OCR engine and Leptonica image processing library
available for Delphi/C++ Builder 5 - XE6 and Lazarus 1.2.4
source code included in full version
royalty free distribution in applications
Read more

WinSoft ADO Component Suite 3.6 D5-XE6

WinSoft ADO Component Suite 3.6 D5-XE6
WinSoft ADO Component Suite 3.6 D5-XE6 | 1 Mb


Delphi and C++ Builder components for universal data access using ADO (ActiveX Data Objects). ADO Component Suite is thin wrapper for ADO objects and it's very well suited for building application servers and clients when Delphi/C++ Builder TDataSet capabilities aren't required.
ADO Component Suite is part of Adonis Component Suite.
Read more