value » Page 19 » Custom Developer Tools and VCL Components | Developer Team

Telerik UI for JSP R1 2019 (2019.1.115) Retail

Telerik UI for JSP R1 2019 (2019.1.115) Retail
Telerik UI for JSP R1 2019 (2019.1.115) Retail


Telerik UI for JSP includes a Model-View-ViewModel (MVVM) framework. It lets you write JSP code to generate widgets that seamlessly integrate with your server-side backend. With MVVM you can manage complex HTML and jаvascript UI with declarative bindings and two-way syncing between views and models. You don't have to manually keep the view and model in sync; the MVVM framework does it for you.
Read more

Telerik UI for ASP.NET MVC R1 2019 (2019.1.115) Retail

Telerik UI for ASP.NET MVC R1 2019 (2019.1.115) Retail
Telerik UI for ASP.NET MVC R1 2019 (2019.1.115) Retail


Enjoy components for every need: navigation and layout, data management and visualization, editing, interactivity and more. In our 11 years of aggressive product development including 3 major and up to 6 minor releases per year we have implemented, tested and optimized over 4,000 features in Telerik ASP.NET controls.
Read more

RedisClient 201703282

RedisClient 201703282
RedisClient 201703282


Delphi Redis Client version 2 (this branch) is compatible with Delphi 10.1 Berlin and better. WARNING! If you use an older Delphi version you have to use Delphi Redis Client Version 1 wich works for Delphi 10 Seattle, XE8, XE7, XE6 and XE5 (should works also with older versions).
Read more

OzCode 4.0.0.163

OzCode 4.0.0.163
OzCode 4.0.0.163


Debugging complex expressions is never easy. How do you see what was returned by inline and nested method calls? What did each predicate in the if statement evaluate to? Without simplifying the code or adding variables to store individual results, answering these questions is difficult. With OzCode's powerful Simplify feature, you can answer those questions with ease! When stepping over an expression, OzCode provides a visual representation of what each predicate evaluated to and the return value of any inline and nested method calls.
Read more

DISQLite3 5.26.0

DISQLite3 5.26.0
DISQLite3 5.26.0


DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland).

Overview
ACID transactions, even after system crashes and power failures.
Zero-configuration – no setup or administration needed.
Implements most of SQL-92.
A complete database is stored in a single disk file.
Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs.
Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.
Full Text Search (FTS) with customizable tokenizer, prefix matching, and optional word stemming for 15 languages.
Database AES encryption with SHA256 key generator.
Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal.
Faster than popular database engines for most common operations.
Simple, easy to use API.
Database files created with DISQLite3 can also be accessed by Linux and MacOS using the SQLite3 libraries.
Read more

class for INI files UDBini.pas

uses  UDBini
{------------------------------}
var demo :  TDBini;
{------------------------------}
//ini file

test:=TDBINI.create('F:\RAD_ESTUDIO10.2\dbini\example.ini');
test.forEach( procedure(id:string ) begin
    example.get(id,'field1');
    ListView1.items.AddItem.Text:= id +        test.get(id,'field1');;
 end );
 //for delete
test.delete('section_name');
//for add

test.add('unique_section','key','value');
test.add('unique_section','bytestream',StreamString.create('áéíóú'));

//for save in file

test.save
Read more

Devart dotConnect for MySQL Professional 8.12.1278

Devart dotConnect for MySQL Professional 8.12.1278
Devart dotConnect for MySQL Professional 8.12.1278


dotConnect for MySQL, formerly known as MyDirect .NET, is an enhanced ORM-enabled data provider for MySQL that builds on the ADO.NET technology to present a complete solution for developing MySQL-based database applications. It introduces new approaches for designing application architecture, boosts productivity, and leverages database applications.
Read more

DevArt Entity Developer v6.3.631 Professional

DevArt Entity Developer v6.3.631 Professional
DevArt Entity Developer v6.3.631 Professional


Entity Developer is a powerful ORM designer for ADO.NET Entity Framework, NHibernate, LinqConnect, and LINQ to SQL. You can use Model-First and Database-First approaches to design your ORM model and generate C# or Visual Basic .NET code for it. It introduces new approaches for designing ORM models, boosts productivity, and facilitates the development of database applications.
Read more

Raize Inspex 2.6.9 supports Delphi 10.3 Rio

Raize Inspex 2.6.9 supports Delphi 10.3 Rio
Raize Inspex 2.6.9 supports Delphi 10.3 Rio


Inspex is an advanced set of native VCL grid controls specifically designed for inspecting objects and other data types in your programs. From the light-weight TIxItemListEditor for editing lists of name-value pairs to the advanced TIxObjectInspector for inspecting all published properties of objects and components, there is an inspector control in the Inspex collection that will meet your needs.
Read more

Telerik UI for Silverlight R3 2018 SP1 (2018.3.1016) Retail

Telerik UI for Silverlight R3 2018 SP1 (2018.3.1016) Retail
Telerik UI for Silverlight R3 2018 SP1 (2018.3.1016) Retail


Telerik UI for Silverlight includes a wide range of controls from small UI components such as Rating to powerful data-driven controls like GridView. The suite provides a variety of data visualization tools which allow you to display and edit your data in many different ways. Manipulate your row data in a GridView or Spreadsheet and then visualize it through PivotGrid, or any of the other charting and diagramming tools. Choose from a number of components for daily or business planning such as ScheduleView where users can easily plan their day and GanttView which allows users to visualize and manage any project planning data. Telerik UI for Silverlight comes complete with customizable UI controls for a variety of needs and options, which makes it the ideal choice for any Line of Business Application.
Read more