using » Page 247 » Developer.Team - Developers Paradise!

SweetScape 010 Hex Editor 5.0.2

SweetScape 010 Hex Editor 5.0.2
SweetScape 010 Hex Editor 5.0.2 | 13 Mb


Unlike traditional hex editors which only display the raw hex bytes of a file (1), 010 Editor can also parse a file into a hierarchical structure using a Binary Template (2). The results of running a Binary Template are much easier to understand and edit than using just the raw hex bytes.
Read more

Eurekalog 7.1.0.0 Professional Edition Retail

Eurekalog 7.1.0.0 Professional Edition Retail
Eurekalog 7.1.0.0 Professional Edition Retail | 122 Mb


EurekaLog is the new Delphi and C++Builder exception tracer tool that gives your application (GUI, Console, Web, etc.) the power to catch all exceptions, memory leaks and detect infinite-loops and deadlocks. It generates a detailed log with the call stack at the point that raised the exception, showing unit, class, method and line number, (see this example), and displays it on screen and optionally sends it back to you via email or to a Web Server (using the HTTP-S/FTP protocols or sending directly to your preferred "Web Bug Tracker" software), thus helping speed up the process of bug-location and resolution by a factor of 10!
Read more

yFiles.Net 4.3.0.5

yFiles.Net 4.3.0.5
yFiles.Net 4.3.0.5 | 68 Mb


yFiles.NET is an extensive Windows Forms class library for the Microsoft .NET environment.Its top-notch data structures and algorithms for viewing and editing diagrams allow you to automatically arrange complex graphs, diagrams, and networks with the click of a button.Similar functionality that bases on the Windows Presentation Foundation (WPF) is provided by the yFiles WPF library.
Read more

TeeChart Pro v2014.12.140923 Retail

TeeChart Pro v2014.12.140923 Retail
TeeChart Pro v2014.12.140923 Retail


TeeChart Pro charting component library offers hundreds of Graph styles in 2D and 3D for data visualization, 56 mathematical, statistical and financial Functions for you to choose from together with an unlimited number of axes and 30 Palette components.
Read more

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail
Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail | 3 Mb


NextGrid is a powerful Delphi/CBuilder Grid. It is very easy to use it in design-time (with using intuitive Columns Editor) and in run-time. NextGrid have much more features than standard Grid, attractive look (Windows Vista & XP themes support), it is extremely fast (quick sorting, data manipulation, drawing...).
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

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