Delphi » Page 222 » Developer.Team

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

ICS - Internet Component Suite - 8.58 - Delphi 7 to RAD Studio 10.3 Rio

ICS - Internet Component Suite - 8.58 - Delphi 7 to RAD Studio 10.3 Rio
ICS - Internet Component Suite - 8.58 - Delphi 7 to RAD Studio 10.3 Rio


The Internet Component Suite is composed of various Internet components and applications. It is distributed as freeware with full source code for all Delphi and C++Builder versions. The sample applications exists in two forms: Object Pascal for Delphi and C++ for C++Builder. The components are written in Object Pascal native VCL which can be compiled by Delphi as well as C++Builder. There is a wiki under construction here where you'll find valuable documentation.
Read more

ReportBuilder 19.03 Enterprise for Delphi 10.3 Rio Full Source

ReportBuilder 19.03 Enterprise for Delphi 10.3 Rio Full Source
ReportBuilder 19.03 Enterprise for Delphi 10.3 Rio Full Source


ReportBuilder is the defacto standard for Delphi reporting solutions. Delphi developers have consistently voted ReportBuilder Product of the Year (1999 – 2002) and Best Reporting Tool (1999 – 2003). The genesis of ReportBuilder was the desire to deliver a product that does for Reporting what Delphi has done for Windows programming. In that spirit, ReportBuilder provides both a RAD environment and an object-oriented platform for solving the reporting equation.
Read more

OXml 2.0 Full Source

OXml 2.0 Full Source
OXml 2.0 Full Source


OXml is a new XML library for Delphi and Lazarus, developed in late 2013. I took some inspiration from OmniXML but wrote the library completely from scratch. The aim of OXml is to be the most versatile and fastest XML library for the Pascal language.
Read more

Detalhes do componente FSPagSeguro Full Source

Detalhes do componente FSPagSeguro Full Source
Detalhes do componente FSPagSeguro Full Source


Componente fantástico de integração com API do PagSeguro, 100% Delphi, o mesmo não possui nenhuma dependência com bibliotecas de terceiro. O componente utiliza a API do PagSeguro para enviar as requisições de pagamento, você também pode realizar as consultas por transaçao, código de referência (realtime) e consulta de histórico de pagamento. 100% Delphi, 100% HTTPS.
Read more

DISQLite3 5.26.1 D4-D10.3 Rio

DISQLite3 5.26.1 D4-D10.3 Rio
DISQLite3 5.26.1 D4-D10.3 Rio


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