Materials for September 2014 year » Page 3 » Developer.Team

Castalia 2014.9 Suite for Delphi XE7

Castalia 2014.9 Suite for Delphi XE7
Castalia 2014.9 Suite for Delphi XE7 | 5.5 Mb


Castalia transforms the Delphi programming environment into an amazing development platform. Castalia lives on the bleeding edge of IDE technology, giving you cutting edge tools to write better code faster, understand code more accurately, and improve code you've already written.
Read more

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2 | 2 Mb


By using non-blocking event-driven communication with a built-in thread-pooling mechanism, RealThinClient SDK can handle thousands of active connections by using a limited number of threads in a real multi-threaded environment (for example, 100 threads will be more than enough to handle several thousand active connections). Combined with reduced need for all important resources (CPU, Memory, Threads, Timers, Handles, etc), automatic handling of all communication-related objects, flexible remote functions (accept any structure for parameters and return any other structure as a result), automatic session handling (integrated time-out with variable life time) and a lot more, makes writing stable and fast Servers and Clients very easy with the RealThinClient SDK..in/images/2014/09/26/odSx.png[/img]
Read more

Devexpress Localization 14.1 DC 2014-09-17

Devexpress Localization 14.1 DC 2014-09-17
Devexpress Localization 14.1 DC 2014-09-17 | 56 Mb


Developer Express .NET products have always been designed and developed bearing in mind that you may require the need to localize your application for different markets. The XtraGrid Suite is no exception in this regard. There are two main methods to localize labels and messages displayed by our WinForms products.
Read more

ComponentAce Absolute Database 7.40 MultiUser Edition Full Source D4-XE7 Retail

ComponentAce Absolute Database 7.40 MultiUser Edition Full Source D4-XE7 Retail

ComponentAce Absolute Database 7.40 MultiUser Edition Full Source D4-XE7 Retail | 253 Mb


Absolute Database is a Delphi database engine which lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With Absolute Database you will not need special installation and configuration, it compiles right into your EXE. Make your application faster and smaller with Absolute Database BDE alternative! An individual may use Absolute Database Personal in a project if he / she is the only user of this project. If your project is public or if you represent a company, you must order commercial edition of Absolute Database.
Read more

LightningChart Ultimate 6.1.0

LightningChart Ultimate 6.1.0
LightningChart Ultimate 6.1.0 | 165 Mb


LightningChart Ultimate is the fastest 2D and 3D measurement, engineering and research data visualization SDK for .NET and Windows. LightningChart Ultimate is entirely GPU accelerated (Direct3D) and performance optimized data visualization control for presenting masses of data in 2D XY graph, 3D XYZ, polar and 3D pie / donut views.
Read more

Devart UniDAC 5.5.11 Full Source

Devart UniDAC 5.5.11 Full Source
Devart UniDAC 5.5.11 Full Source | 9 Mb


Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and Lazarus (Free Pascal). We have combined the experience of long-term successful development into one product, which provides unified access to the popular database servers like Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Sybase Advantage Database Server, Sybase Adaptive Server Enterprise, and other databases (using ODBC provider).
Read more

IOcomp .Net WinForms Ultra Pack 4.0.6

IOcomp .Net WinForms Ultra Pack 4.0.6
IOcomp .Net WinForms Ultra Pack 4.0.6 | 47 Mb


Real-time instrumentation display controls for instrumentation applications. The Iocomp .NET WinForms Ultra Pack controls were written in 100% managed C# and take full advantage of GDI+. They produce instrumentation controls with professional looks and tight integration into Microsoft's .NET Framework. Custom Property Editors provide fast-and-simple configuration eliminating arduous property window searching. The Ultra Pack comes with 55 Instrumentation Professional Pack Controls plus the Plot Pack Component.
Read more

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