Pascal

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.

493 resources37 categoriesView Original

Code check/review, debug(11 items)

A

AsmProfiler

. `[Delphi]` Full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly

Code check/review, debug
D

Delphi Code Coverage

. `[Delphi]` Simple Code Coverage tool for Delphi that creates code coverage reports based on detailed MAP files.

Code check/review, debug
D

delphiunitsizes

. `[Delphi]` Tool to display the sizes of each unit in a Delphi executable. Shows the size of each unit that is included in a Delphi exe-file. It also shows an approximate size of each symbol (classes, methods, procedures etc) in a unit.

Code check/review, debug
G

GpProfiler2017

. `[Delphi]` Source code instrumenting profiler for Delphi XE and higher. Other forks support older versions.

Code check/review, debug
M

madExcept

. `[Delphi]` madExcept was built to help you locate bugs in your software. Whenever there's a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report. madExcept is also able to find memory leaks, resource leaks and buffer overruns for you.

Code check/review, debug
M

map2pdb

. `[Delphi]` Tool used to convert the MAP files produced by the Delphi and C++ Builder compilers to Microsoft PDB files for use in tools that support that format.

Code check/review, debug
M

MapFileStats

. `[Delphi]` Tool that provides simple binary size statistics from .MAP files (any Delphi version up to at least Delphi XE5).

Code check/review, debug
P

Pascal Analyzer

(free Lite version available). `[Delphi]` Pascal Analyzer, or PAL for short, parses Delphi or Borland Pascal source code. It builds large internal tables of identifiers, and collects other information such as calls between subprograms. When the parsing is completed, extensive reports are produced. These reports contain a great deal of important information about the source code. This information will help you understand your source code better, and assist you in producing code of higher quality and relia...

Code check/review, debug
P

ProfileViewer

. `[Delphi]` Application to view profiler information generated by the Profiler.pas code.

Code check/review, debug
S

SamplingProfiler

. `[Delphi]` Performance profiling tool for Delphi 5 to 32bits Delphi XE4. Its purpose is to help locate bottlenecks, even in final, optimized code running at full-speed.

Code check/review, debug
S

Spider

. `[Delphi]` Real time profiler for Delphi applications

Code check/review, debug

Control packs(12 items)

C

Cindy components

. `[Delphi]` Packages with 71 components: VCL controls (labels, buttons, panels, Edits, TabControls, StaticText) with features like background gradient, colored bevels, wallpaper, shadowText, caption orientation etc.

Control packs
D

D.P.F Delphi Android

native components. `[Delphi]` D.P.F Delphi Native Components, 100% iOS Performance and styles. Develop iPhone & iPad & iPod Touch applications with fast native performance and native styles. Use native Android controls and services. Fast native performance. Mixed with FM VCL controls. Can be quick updated with latest Android controls & features.

Control packs
D

DDuce

. `[Delphi]` Components, modules, extensions and primitives using Delphi new language features like operator overloading, attributes, generics, anonymous methods and extended RTTI providing some new powerful tools to extend the developer's creativity.

Control packs
D

DelphiUCL

. `[Delphi]` UWP controls for Delphi VCL.

Control packs
E

Essentials

. `[Delphi]` Contains 13 native VCL controls for Embarcadero Delphi and C++Builder. The controls include drop-down calendars and calculators, roll-up dialogs, 3-D labels, tiled backgrounds, scrolling messages, menu buttons, and more.

Control packs
F

FreeEsVCLComponents

. `[Delphi]` Free library of VCL components for Delphi and C++Builder. This new controls and components to improve the appearance applications and to better user experience. Components support visual styles and has modern style. All components has best support transparency, not flicker, and has support interesting possibility for double buffering for TGraphicControl heirs.

Control packs
J

JPPack

. `[Delphi]` `[FPC]` Collection of VCL components for Delphi and LCL components for Lazarus and CodeTyphon - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other

Control packs
K

Kastri

. `[Delphi]` Cross-platform library which builds upon the existing RTL and FMX libraries in Delphi. Supports a number of newer APIs that you won't find in FMX/RTL, and "backfills" for missing APIs

Control packs
K

KControls

. `[Delphi]` `[FPC]` Control components. All controls have been written with the aim to become both cross-IDE compatible (Delphi/C++Builder VCL and Lazarus LCL) and cross-platform compatible in Lazarus.

Control packs
L

liblcl

. `[FPC]` A common cross-platform GUI library, the core uses Lazarus LCL.

Control packs
O

Orpheus

(Newest and maintained version for recent compiler version only). `[Delphi]` Award-winning UI toolkit for Borland Delphi & C++Builder. It contains over 120 components covering everything from data entry to calendars and clocks. Other noteworthy components include an Object Inspector, LookOut bar & report views.

Control packs
S

SpTBXLib

. `[Delphi]` Add on package for Toolbar2000 components, it adds the following features: Skins, Unicode support, Custom painting events and many more.

Control packs

Database(26 items)

A

ASQLite

. `[Delphi]` Delphi SQLite set of DAC components from aducom software, based on their latest release for Delphi 2009, and updated to support newer editions of Delphi as included in RemObjects Data Abstract for Delphi.

Database
D

d-ORModel

. `[Delphi]` ORM for Delphi, based on models and object fields. LINQ support, fully typed and compile time checks.

Database
D

Delphi-ORM

. `[Delphi]` Object-Relational Mapping for Delphi XE2-7 (Win32). Supports for FirebirdSQL, SQLServer and SQLite3.

Database
D

DelphiCassandra

. `[Delphi]` Delphi driver classes to communicate with Cassandra database.

Database
D

DelphiCouchbase

. `[Delphi]` Delphi driver classes to communicate with Couchbase database.

Database
D

delphimemcache

. `[Delphi]` Implements a thread safe client for memcached.

Database
D

DelphiMongoDB

. `[Delphi]` Delphi driver classes to communicate with MongoDB database.

Database
D

DSharp

. `[Delphi]` Small library for providing data binding in Delphi. It does not require special components to data bind to properties. It also provides dependency injection, MVVM and more interesting utilities.

Database
G

ghORM

. `[FPC]` Object Relational Mapping unit to ease database access from Free Pascal, by abstracting the backend and simple data retrieval (with filtering), insertion and update.

Database
H

hcOPF

. `[Delphi]` Object Persistent Framework written in Embarcadero's Delphi (Object Pascal). This Value Type Framework provides a base class (ThcObject) composed of attribute objects that can be automatically persisted to an object store (normally an RDBMS).

Database
I

InstantObjects

. `[Delphi]` Integrated framework for developing object-oriented business solutions in Delphi. The framework provides the foundation for the development process as well as the engine that powers the final application. InstantObjects offers: Model realization in the Delphi IDE via integrated two-way tools; Object persistence in the most common relational databases or flat XML-based files; Object presentation via standard data-aware controls.

Database
I

iORM

. `[Delphi]` Delphi ORM interface based useful to develop desktop and mobile application.

Database
M

Marshmallow

. `[Delphi]` Object-Relational Mapping for Delphi XE2-7 (Win32) inspired by .NET micro ORM's (mostly by PetaPoco) and Java Hibernate. Developed by Linas Naginionis. Supports SQLite, Sybase ASA, SQL Server, Firebird, Oracle, MySQL, PostgreSQL, MongoDB. Uses Spring Framework. In active development.

Database
Q

QDAC3

(SVN: svn://www.qdac.cc/QDAC3). `[Delphi]` Stands for quick data access components. Useful units such as QJson (easy to use json unit), QWorker (job delivery) etc.

Database
Q

QuickORM

. `[Delphi]` `[FPC]` QuickORM is a simple RestServer and Restclient based on mORMot framework. Provides a fast implementation of client-server applications in few minutes.

Database
R

Redis client

`[Delphi]` Delphi Redis Client version 2 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). This client is able to send all Redis commands and read the response using an internal parser.

Database
S

SQLite for Delphi and FreePascal/Lazarus

. `[Delphi]` `[FPC]` Complete SQLite3 API translation for Delphi and FreePascal/Lazarus, as well as a simple Unicode-enabled object wrapper to simplify the use of this database engine.

Database
S

SynBigTable

. `[Delphi]` `[FPC]` Class used to store huge amount of data with fast retrieval.

Database
S

SynDB

(docs). `[Delphi]` `[FPC]` High performance direct access to SQLite3, Oracle, MSSQL, PostgreSQL, Firebird, MySQL, ODBC, OleDB, including remote HTTP connection and direct JSON support.

Database
S

SynMongoDB

(docs). `[Delphi]` `[FPC]` Offers direct low-level access to any MongoDB server, its custom data types, JSON or via `TDocVariant` custom variant document storage.

Database
T

tDBF

. `[Delphi]` `[FPC]` Native dBASE III+, dBase IV and dBase 2k data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don't need any special installer programs. The DB engine code is compiled right into your executable.

Database
T

tiOPF

. `[Delphi]` `[FPC]` Object Persistent Framework written in Object Pascal, for use with Delphi and Free Pascal (FPC) compilers. tiOPF simplifies the mapping of an object oriented business model into a relational database. Persistence layers are available for Firebird, Oracle, MS SQL Server, MySQL, PostgreSQL, SQLite, NexusDB, XML, CSV, TAB, Remote (via HTTP) and many more. It also allows you to use your choice of database connection components, like IBX, dbExpress, DOA, SqlDB, FBLib etc.

Database
T

Trysil

[Delphi] ORM (Object-Relational Mapping) for Delphi. Supports for SQLServer, FirebirdSQL and SQLite.

Database
T

TxQuery

. `[Delphi]` TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.

Database
U

Unified Interbase

. `[Delphi]` Set of components to use Interbase, FireBird and YAFFIL. These components were born from the need to use Interbase, FireBird or Yaffil indifferently as fast as possible in a Multithreading environment, a Server for example.

Database
Z

ZeosLib

. `[Delphi]` `[FPC]` Set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite.

Database

Encryption(11 items)

B

bcrypt

. `[Delphi]` A library to help you hash passwords.

Encryption
C

CryptoLib4Pascal

. `[Delphi]` `[FPC]` Object Pascal cryptographic library released under the permissive MIT License. Ciphers: AES (128, 192, and 256), Rijndael, Blowfish, Speck, ChaCha, (X)Salsa20, DSA, (DET)ECDSA (supported curves: NIST, X9.62, SEC2, Brainpool), ECNR, ECSchnorr, EdDSA (Ed25519, Ed25519Blake2B)

Encryption
D

DCPcrypt (fork #1)

, DCPcrypt (fork #2). `[Delphi]` Suite of cryptographic components for Delphi.

Encryption
D

Delphi Encryption Compendium (DEC)

. `[Delphi]` `[FPC]` Cryptographic library for Delphi & C++ Builder. Symmetric cryptographic functions: Blowfish, Twofish, IDEA, Cast128, Cast256, Mars, RC2, RC4, RC5, RC6, Rijndael / AES, Square, SCOP, Sapphire, 1DES, 2DES, 3DES, 2DDES, 3DDES, 3TDES, 3Way, Gost, Misty, NewDES, Q128, SAFER, Shark, Skipjack, TEA, TEAN; Block cipher modes of operation: CTSx, CBCx, CFB8, CFBx, OFB8, OFBx, CFSx, ECBx, GCM; Hashes: MD2, MD4, MD5, RipeMD128, RipeMD160, RipeMD256, RipeMD320, SHA, SHA1, SHA224, SHA256, SHA384, S...

Encryption
H

HashLib4Pascal

. `[Delphi]` `[FPC]` Object Pascal hashing library released under the permissive MIT License which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing. CRC, Adler, Murmur, Jenkins, MD5, SHA, Blake, many more.

Encryption
L

LockBox

(Newest and maintained version for recent compiler version only). `[Delphi]` Delphi library for cryptography. Currently supported Delphi XE6. It provides support for AES, DES, 3DES, Blowfish, Twofish, SHA2 (including the new SHA-512/224 & SHA-512/256), MD5; ECB, CBC, CFB8, CFB, CTR, ECB, OFB, PCBC chaining modes, RSA digital signature and verification. Has interface to OpenSSL library.

Encryption
M

MurMur-Delphi

. `[Delphi]` MurMur1/2/3 fast seeded hashing algorithms port in pure-pascal.

Encryption
P

Pascal wrapper for RHash

. `[Delphi]` `[FPC]` RHash is a console application for calculating various check- and hashsums, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool. RHash is written in C and is really very fast. LibRHash is a library that "drives" the RHash and can be compiled into a separate DLL or SO library file.

Encryption
S

SimpleBaseLib4Pascal

. `[Delphi]` `[FPC]` Simple to use Base Encoding Package for Delphi/FreePascal Compilers that provides at the moment support for encoding and decoding various bases such as Base16, Base32 (various variants), Base58 (various variants) and Base64 (various variants) and Base85 (various variants).

Encryption
S

SynCrypto

. `[Delphi]` `[FPC]` Fast cryptographic routines (hashing and cypher), implementing AES, XOR, RC4, ADLER32, MD5, SHA1, SHA256 algorithms, optimized for speed (tuned assembler and VIA PADLOCK optional support).

Encryption
T

TForge

(Seems abandoned, Newer fork). `[Delphi]` `[FPC]` Open-source crypto library written in Delphi, compatible with Free Pascal Compiler. MD5, SHA1, SHA256, CRC32, Jenkins-One-At-Time, HMAC, PBKDF1, PBKDF2, AES, DES, RC4, RC5, Salsa20.

Encryption

Game dev(17 items)

A

Allegro-Pas

(GitHub). `[Delphi]` `[FPC]` Wrapper to use the Allegro game library with Pascal/Delphi.

Game dev
A

Apus Game Engine

. `[Delphi]` `[FPC]` Cross-platform library for making mostly 2D games, GUI applications and web services. Supports UI, text rendering, on-fly localization, particles, basic scripting and many lower level subsystems. Uses OpenGL/GLES and DirectX.

Game dev
A

Asphyre aka Platform eXtended Library (PXL)

. `[Delphi]` `[FPC]` Cross-platform framework for developing 2D/3D video games, interactive and scientific applications. It aids the developer with mathematics, hardware control, resource management, displaying real-time graphics and text, handle user input and network communication capabilities.

Game dev
C

Castle Game Engine

. `[Delphi]` `[FPC]` Complete Pascal Game Engine. Cross-platform 3D and 2D game engine with a lot of graphic effects and a scene graph based on X3D.

Game dev
C

CrystalPathFinding

. `[Delphi]` `[FPC]` Simple and effective library with an open source intended for the searching of the shortest paths by algorithms A*/WA* for maps based on tiles with 4 (simple), 8 (diagonal/diagonalex) or 6 (hexagonal) neighbors.

Game dev
D

DarkGlass

. `[Delphi]` DarkGlass is a general purpose game engine written using Delphi.

Game dev
D

Delphi3D Engine

. `[Delphi]` A 3D-graphic and game engine for Delphi and Windows

Game dev
J

JEDI-SDL

. `[Delphi]` `[FPC]` Pascal headers for SDL from JEDI. Works with Delphi, Kylix, Free Pascal, Gnu Pascal and TMT Pascal.

Game dev
K

Kraft Physics Engine

. `[Delphi]` `[FPC]` Open source Object Pascal physics engine library that can be used in 3D games. Compatible with: Delphi 7-XE7 (but not with the Android and iOS targets), FreePascal >= 2.6.2 (with almost all FPC-supported targets including Android and iOS)

Game dev
P

pasvulkan

. `[Delphi]` `[FPC]` Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal.

Game dev
R

Ray4Laz

. `[FPC]` A complete header translation (binding) of raylib to Pascal.

Game dev
R

RecastNavigation

. `[Delphi]` Navigation mesh construction toolset for games. Recast is accompanied with Detour, path-finding and spatial reasoning toolkit. You can use any navigation mesh with Detour, but of course the data generated with Recast fits perfectly. This is a port of the original RecastNavigation written in C++.

Game dev
S

SDL2

(GitHub). `[Delphi]` `[FPC]` Pascal SDL 2 Headers. Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.

Game dev
S

SFML

. `[Delphi]` `[FPC]` Pascal SFML Headers. SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network. Currently Delphi and FPC/Lazarus are supported. However, due to a compiler incompatibility with the Delphi compiler (solved with workarounds), FPC is recommended at the moment.

Game dev
T

TileEngine

. (GitHub) `[Delphi]` `[FPC]` OOP Pascal Wrapper and bindings for Tilengine 2D retro graphics engine. Tilengine is a cross-platform 2D graphics engine for creating classic/retro games with tilemaps, sprites and palettes. Its scanline-based rendering algorithm makes raster effects a core feature, a technique used by many games running on real 2D graphics chips.

Game dev
T

TurboRaylib

. `[Delphi]` `[FPC]` TurboRaylib is a cool and clean raylib bindings for Object Pascal. Support Windows, Linux, OSX. TurboRaylib have many examples that work in Delphi and Lazarus.

Game dev
Z

ZenGL

. `[Delphi]` `[FPC]` OpenGL Cross-platform game development library written in Pascal, designed to provide necessary functionality for rendering 2D-graphics, handling input, sound output, etc.

Game dev

General Libraries(18 items)

A

ADAPT

. `[Delphi]` Advanced Developer Async Programming Toolkit, foundation library intended to be used at the heart of your projects for the purpose of providing extremely powerful, multi-threaded (and thread-safe) capabilities. Event Engine - a very powerful system for producing Multi-Threaded, Asynchronous and Event-Driven programs. Generics Collections - highly efficient Collection Types (Lists, Trees, Maps etc.). Math Library - a library for Unit Conversion, special calculation and other useful mathematic...

General Libraries
A

Alcinoe

(mirror at GH). `[Delphi]` Library of visual and non-visual components for Delphi.

General Libraries
C

CNVCL

. `[Delphi]` CnPack Component Package. Large collection of visual components, classes and utilities. // *Lots of useful stuff; documentation and comments mainly in Chinese*

General Libraries
C

cwRuntime

. `[Delphi]` `[FPC]` Compiler agnostic and cross platform collection of utility libraries for Delphi and FreePascal. It is heavily interface based, offering ARC based memory management features and flexible implementation abstraction, with the goal of forming a source bridge for developers familiar with the two supported compilers. Unit testing, collections/containers, multiplatform interface for loading dynamic libraries, Unicode utils, interfaces for working with streams and buffers, logging, threading...

General Libraries
F

Fido Library

. `[Delphi]` The Fido library has been created to make the life of a Delphi developer easier by following the "describe behavior instead of coding it, whenever is possible" design principle. Below is a list of the most important core features: Mappers, JSON marshalling and unmarshalling, Virtual database features, Virtual Api clients, Virtual Api servers, Websockets, Consul and Fabio support, Boxes, Events driven architecture, Functional programming, Currying, Caching, Channels

General Libraries
F

Fundamentals Code Library

(abandoned, more recent fork is here - though it slightly differs in units set, f.ex. no XML. Recent major version 5 here). `[Delphi]` `[FPC]` Collection of Delphi / FreePascal code units. Includes libraries for Unicode, Strings, Data Structures, Sockets and Mathematics.

General Libraries
G

GrijjyFoundation

. `[Delphi]` Foundation classes and utilities that are used throughout the other Grijjy Repositories.

General Libraries
J

JCL

. `[Delphi]` `[FPC]` Set of thoroughly tested and fully documented utility functions and non-visual classes which can be instantly reused in your Delphi and C++ Builder projects. The library is grouped into several categories such as Strings, Files and I/O, Security, Math and many, many more.

General Libraries
J

JVCL

. `[Delphi]` Library of over 600 Delphi components developed by "Project JEDI" members.

General Libraries
K

KOL

. `[Delphi]` `[FPC]` (KOL-CE port to FPC) KEY OBJECTS LIBRARY for Delphi (and FPC) - to make applications small and power. This library is freeware and open source. MCK is a kit of mirror classes for the VISUAL project development in Delphi environment using KOL library.

General Libraries
M

MARS - Curiosity

. `[Delphi]` Delphi REST Library. Pure REST approach, standard concepts in a familiar Delphi flavor (including a component based client library). Known compatibility: Delphi versions from XE to 10 Seattle. Some functionalities requires FireDAC.

General Libraries
M

minilib

. `[Delphi]` `[FPC]` cross platform library, Socket wrapper (include SSL and TLS), and Database connection (SQLite, PostgreSQL, FirebirdSQL, MariaDB), XML reader and writer, ComPort (COM1, COM2 etc).

General Libraries
M

mORMot

. `[Delphi]` `[FPC]` Client-Server ORM/ODM SOA MVC framework for Delphi 6 and higher, or FPC 2.7. Direct SQL/NoSQL database access, ORM/ODM over objects, RESTful ORM and SOA services via interfaces over high performance HTTP server, MVC/MVVM web sites, testing including mocks and stubs, logging, cryptography, compression, command line parser, threading, service/daemon support; huge documentation.

General Libraries
Q

QuickLib

. `[Delphi]` `[FPC]` Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, Json Serialize, Chronometer, Threads, Lists, Config, Console services etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,macOS/IOS/Android) and freepascal (Windows/Linux).

General Libraries
R

Redux Delphi

. `[Delphi]` Predictable state container for Delphi apps utilizing a unidirectional data flow. Inspired by ReduxJS. Comes with Immutable Generic List.

General Libraries
S

Spring4D

. `[Delphi]` Open-source code library for Embarcadero Delphi 2010 and higher. It consists of a number of different modules that contain a base class library (common types, interface based collection types, reflection extensions) and a dependency injection framework. Includes Encryption Library.

General Libraries
T

TheUnknownOnes

. `[Delphi]` Huge heap of classes, components, utilities for almost every purpose. Nearly undocumented and seems not very up-to-date though.

General Libraries
U

unRxLib

. `[Delphi]` Effort to keep RxLibrary (library of 60+ components) actual.

General Libraries

Graphic(40 items)

A

AggPasMod

. `[Delphi]` Modernized Pascal Anti-Grain Geometry. Based on AggPas, which is itself based on the Anti-Grain Geometry, this project offers support for the latest Delphi Versions (XE and above) and contains some helper classes (VCL components and FireMonkey interface). 2D vector graphics library. Basically, you can think of AggPas as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that.

Graphic
A

Andorra 2D

. `[Delphi]` `[FPC]` New generation 2D Engine for Delphi and Lazarus. Andorra 2D is capable to use DirectX or OpenGL through graphic plugins. Andorra 2D is built in a very modular way and is yet easy to use.

Graphic
A

AsciiImage

. `[Delphi]` AsciiImage-Implementation for Delphi by Alexander Benikowski based on AsciiImage by Charles Parnot. Read more on his article.

Graphic
B

BGRAbitmap

. `[Delphi]` `[FPC]` Drawing routines with transparency and antialiasing with Lazarus. Offers also various transforms. These routines allow to manipulate 32bit images in BGRA format or RGBA format (depending on the platform).

Graphic
B

Blen2d4Delphi

. `[Delphi]` Blend2D is a high performance 2D vector graphics engine written in C++ and released under the Zlib license. The engine utilizes a built-in JIT compiler to generate optimized pipelines at runtime and is capable of using multiple threads to boost the performance beyond the possibilities of single-threaded rendering.

Graphic
C

CCR-EXIF

(seems abandoned, list of forks on GH here). `[Delphi]` Library to read and write Exif, IPTC and XMP metadata from JPEG, TIFF and PSD images.

Graphic
C

Clipper

. `[Delphi]` Library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting

Graphic
D

Delphi Twain

. `[Delphi]` `[FPC]` The library allows you to easily access scanning functions from Delphi and Lazarus.

Graphic
D

Delphi wrapper for libdmtx

. `[Delphi]` Libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety. The library runs natively on several platforms and can be accessed by multiple languages using the libdmtx language wrappers

Graphic
D

delphi-shader

. `[Delphi]` Hundreds of graphical effects, and a library that provides GLSL functionality in pure Delphi code. This project produces an executable with more than a hundred real-time graphical effects. All that is a 100% pascal implementation, without the use of external libraries or hardware acceleration.

Graphic
D

DelphiX

`[Delphi]` `[FPC]` A good wrapper to DirectX. It can be used to create games or any kind of graphical interface.

Graphic
D

DelphiZXingQRCodeEx

. `[Delphi]` `[FPC]` Delphi/Lazarus port of the QR Code generating functionality from ZXing, an open source barcode image processing library.

Graphic
D

dexif

. `[Delphi]` `[FPC]` Lazarus port of Delphi EXIF Library to extract Exif Information from Images

Graphic
D

dglOpenGL

. `[Delphi]` `[FPC]` Delphi / Pascal OpenGL header translation.

Graphic
F

FontIconEditor

. `[Delphi]` Simple component editor that allow you to add icons to a TImageList from a font. You can use any font you want.

Graphic
F

Fully-justified-text

. `[Delphi]` Delphi VCL / Windows project for text output, allowing printing of fully justified text with a variety of options.

Graphic
G

GLScene

. `[Delphi]` `[FPC]` OpenGL based 3D library for Delphi, C++Builder and Lazarus. It provides visual components and objects allowing description and rendering of 3D scenes in an easy, no-hassle, yet powerful manner. GLScene is not just an OpenGL wrapper or utility library, it has grown to become a set of founding classes for a generic 3D engine with Rapid Application Development in mind. GLScene allows you to quickly design and render 3D scenes without having to learn the intricacies of OpenGL, if you kno...

Graphic
G

GraphicEx

. `[Delphi]` Addendum to Delphi's Graphics.pas to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don't need to save images.

Graphic
G

Graphics32

. `[Delphi]` `[FPC]` Designed for fast 32-bit graphics handling on Delphi, Kylix and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2-5 times faster in drawing lines.

Graphic
I

IconFontsImageList

. `[Delphi]` Extended ImageList for Delphi (VCL & FMX) to simple use and manage Icon Fonts (with GDI+ support)

Graphic
I

IGDI+

. `[Delphi]` The free open source library allows quick and easy implementations of complex GDI+ applications, in a natural Delphi-friendly code.

Graphic
I

Image32

. `[Delphi]` `[FPC]` (Website) 2D graphics library written in Delphi Pascal. It provides an extensive range of image manipulation functions and includes a line and polygon renderer supporting a wide range of brush filling options.

Graphic
I

ImageQuality

. `[Delphi]` `[FPC]` A library for objectively measuring image/video quality. It implements many popular algorithms, such as MS-SSIM, MS-SSIM*, SIMM, MSE, and PSNR. It is designed to be fast, accurate, and reliable. It can be compiled directly and requires no additional libraries.

Graphic
K

KIcon

. `[Delphi]` `[FPC]` This component makes sense if a more complex manipulation with icons (or better icon files *.ico) than just viewing is needed. Full PNG icon image support, correct rendering, icons with alpha channel.

Graphic
L

llPDFLib

. `[Delphi]` Pure Object Pascal library to create PDF documents. This library doesn’t use any DLL or external third-party software to generate PDF files. Library includes TPDFDocument component with properties and methods like Delphi’s TPrinter but is designed to generate a PDF file.

Graphic
M

Mundus

. `[Delphi]` Software renderer written in Delphi. Currently supports only Win32 as it makes use of some inline assembler.

Graphic
N

NativeJpg

. `[Delphi]` Fully object-oriented Pascal implementation that allows to read and write Jpeg files. You can use this software to read and write Jpeg images from files or streams. It supports baseline and progressive Jpeg, support for metadata, as well as all conceivable lossless operations.

Graphic
O

OpenGL Pascal Toolkit

. `[FPC]` Easy to use native pascal toolkit that allows to create and manage OpenGL contexts in a platform independent way.

Graphic
P

PdfiumLib

. `[Delphi]` Example of a PDF VCL Control using PDFium

Graphic
P

PngComponents

. `[Delphi]` PngComponents is a set of components that allows you to include in your application real PNG files. PNG files on their own do not generate an enourmous advantage, but their support for an alpha-channel does indeed have quite a charm to it.

Graphic
P

PowerPDF

. `[Delphi]` VCL component to create PDF document visually. Like Forms, you can design PDF document easily on Delphi or C++Builder IDE.

Graphic
Q

QuickImageFX

. `[Delphi]` Delphi library for simplifying image load/save, conversion and transformation. Load/save png, jpg, gif and bmp. get image from different resources: file, stream, http, imagelist, associated windows icon, executable file icon, etc. Rotate, flip, grayscale and many other transformations.

Graphic
S

Skia4Delphi

. `[Delphi]` Cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

Graphic
S

SVGIconImageList

. `[Delphi]` Four engines to render SVG (Delphi TSVG, Delphi Image32, Direct2D or Cairo) and four components to simplify use of SVG images (resize, fixedcolor, grayscale, etc).

Graphic
S

SynGdiPlus

. `[Delphi]` `[FPC]` Enables an application to load and save GIF, TIF, PNG and JPG pictures. It also allows anti-aliased drawing from any TMetaFile. That is, you can play a .emf content using GDI+ instead of GDI, for much better rendering result.

Graphic
S

Synopse PDF

. `[Delphi]` `[FPC]` Fully featured Open Source PDF document creation library for Delphi, embedded in one unit. Pure Delphi code, Delphi 5 up to Delphi 10.3 Rio (and latest version of FPC), for Win32 and Win64 platforms.

Graphic
T

Transparent-canvas

. `[Delphi]` Delphi VCL / Windows project for drawing semi-transparent alphablended graphics. It provides a class similar to TCanvas.

Graphic
V

Vampyre Imaging Library

. `[Delphi]` `[FPC]` Cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.

Graphic
Z

Zint-Barcode-Generator-for-Delphi

. `[Delphi]` Native Delphi port of Zint-Barcode-Generator.

Graphic
Z

ZXing.Delphi

. `[Delphi]` Native Object Pascal library for Delphi XE to 10.2 Tokyo that is based on the well known open source Barcode Scanning Library ZXing (Zebra Crossing). It is aimed at all of the FireMonkey mobile platforms and, starting from v3.1, it fully supports also Windows VCL applications (no dependencies on FMX.Graphics unit).

Graphic

Logging(9 items)

G

GrijjyCloudLogger

. `[Delphi]` Remote logging tool that allows you to send log messages over the Intranet or Internet from Windows, Linux, iOS, Android and macOS devices to a viewer running on Windows. Besides sending messages along with any data, it has numerous features including custom live watches, remote live views of objects, tracking live memory usage, object allocations, growth leaks and more.

Logging
J

jachLog

. `[Delphi]` pure pascal, flexible, extensible and lightweight library to add logging capabilities to your Delphi applications. Multiple log destinations supported. The library supports multithreaded applications and is itself multithreaded to minimize the impact writing the log may have on the performance on mission critical applications.

Logging
L

Log4d

. `[Delphi]` `[FPC]` Implementation of logging system for Delphi, based on Log4j.

Logging
L

LoggerPro

. `[Delphi]` A modern and pluggable logging framework for Delphi.

Logging
L

LogLib

. `[Delphi]` A simple but effective visual log control/library. The programmer can send messages to a log window from anywhere in his code. The Log window can be set to automatically pop up when an error message is sent to it. Depending on the chosen verbosity level of the log (see the Verbosity property) low-level messages (like verbose/debug messages) are shown or not. Contains: Non-visual log (TRamLog) Visual log (TRichLog)

Logging
Q

QuickLogger

. `[Delphi]` `[FPC]` Delphi/freepascal/.NET (Windows/Linux) library for logging on files, console, memory, email, rest, telegram, slack, eventlog, redis, ide debug messages and throw events..

Logging
S

slf4p

. `[Delphi]` `[FPC]` A simple logging facade with support for LazLogger, Log4D, and other logging frameworks.

Logging
S

SynLog

. `[Delphi]` `[FPC]` Logging functions used by Synopse projects.

Logging
T

TraceTool

. `[Delphi]` C#, C++, Delphi, ActiveX and Java trace framework and a trace viewer.

Logging

Math(9 items)

A

ALGLIB

. `[Delphi]` `[FPC]` Cross-platform numerical analysis and data processing library. It supports several operating systems (Windows and POSIX, including Linux). ALGLIB features include: Data analysis (classification/regression, statistics); Optimization and nonlinear solvers; Interpolation and linear/nonlinear least-squares fitting; Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers; Fast Fourier Transform and many other algorithms.

Math
A

AMath

and DAMath. `[Delphi]` Accurate mathematical methods without using multi precision arithmetic and double precision accurate mathematical methods without using multi precision arithmetic or assembler respectively.

Math
B

Big Decimal Math

. `[Delphi]` This unit provides a arbitrary precision BCD float number type. It can be used like any numeric type and supports: At least numbers between 10-2147483647 to 102147483647 with 2147483647 decimal digit precision; All standard arithmetic and comparison operators; Rounding functions (floor, ceil, to-even, ..); Some more advanced operations, e.g. power and sqrt.

Math
C

CAI NEURAL API

. `[FPC]` `[Delphi]` Cross-platform Neural Network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.

Math
D

DelphiBigNumberXLib

. `[Delphi]` Arbitrary Precision Library for Delphi with Support for Integer and Floating Point Computations.

Math
D

DFF Library

. `[Delphi]` `[FPC]` Big Floating Point, Big Integers, Astronomical calcualtions

Math
F

FastMath

. `[Delphi]` Delphi math library that is optimized for fast performance (sometimes at the cost of not performing error checking or losing a little accuracy). It uses hand-optimized assembly code to achieve much better performance then the equivalent functions provided by the Delphi RTL.

Math
M

MPArith

. `[Delphi]` Multi precision integer, rational, real, and complex arithmetic.

Math
T

TIntX

. `[Delphi]` `[FPC]` Pascal port of IntX arbitrary precision Integer library with fast, about O(N * log N) multiplication/division algorithms implementation. It provides all the basic arithmetic operations on Integers, comparing, bitwise shifting etc. It also allows parsing numbers in different bases and converting them to string, also in any base. The advantage of this library is its fast multiplication, division and from base/to base conversion algorithms. all the fast versions of the algorithms are ba...

Math

Network(61 items)

A

Ararat Synapse

. `[Delphi]` `[FPC]` Pascal TCP/IP Library for Delphi, C++Builder, Kylix and FreePascal. Deals with network communication by means of blocking (synchronous) sockets or with limited non-blocking mode. This project not using asynchronous sockets! The Project contains simple low level non-visual objects for easiest programming without problems (no required multithread synchronisation, no need for windows message processing, etc) Great for command line utilities, visual projects, NT services, etc

Network
A

AWS SDK for Dephi

. `[Delphi]` Unofficial AWS (Amazon Web Services) SDK for Delphi.

Network
B

Bauglir WebSocket

. `[Delphi]` `[FPC]` WebSocket server/client implementation based on Ararat Synapse.

Network
B

BesaSoap

. `[Delphi]` The BesaSoap library is designed to help programmers develop faster and more native web service client applications. Represents C# or Java like native class support, nullable data types and custom attributes.

Network
B

Bird Socket Server

`[Delphi]` Websocket server for Delphi.

Network
B

Brook framework

. `[Delphi]` `[FPC]` Microframework which helps to develop web Pascal applications.

Network
D

Daraja Framework

. `[Delphi]` `[FPC]` Lightweight HTTP server framework for Object Pascal (Delphi 2009+ / Free Pascal 3.0). Implementing RESTful services is supported via the daraja-restful extension.

Network
D

Delphi Cross Socket

. `[Delphi]` Delphi cross platform socket library (Chinese). Uses different IO models for different platforms: IOCP (Windows), KQUEUE (FreeBSD(macOS, iOS, etc)), EPOLL (Linux(Linux, Android)).

Network
D

Delphi IOCP

. `[Delphi]` Implements several network classes based on Windows IOCP technology. Socket, HTTP, Ntrip servers and clients.

Network
D

Delphi JOSE and JWT Library

. `[Delphi]` Delphi implementation of JOSE (JSON Object Signing and Encryption) and JWT (JSON Web Token)

Network
D

Delphi Modbus

. `[Delphi]` `[FPC]` Implementation of a ModbusTCP protocol master and slave over TCP/IP.

Network
D

delphi-aws-ses

. `[Delphi]` Amazon Simple Email Service (AWS SES) library for Delphi applications.

Network
D

Delphi-Kafka

. `[Delphi]` High performance Delphi client based on Librdkafka with full protocol support.

Network
D

delphi-mqtt

. `[Delphi]` MQTT server and client components for Delphi based on ICS network components.

Network
D

Delphi-RabbitMQ

. `[Delphi]` RabbitMQ driver for Delphi

Network
D

delphi-slackbot

. `[Delphi]` Delphi library to send messages on Slack using slackbot.

Network
D

DelphiGrpc

. `[Delphi]` Implementation of the realtime and streaming gRPC protocol

Network
D

DelphiKafkaClient

. `[Delphi]` Cross platform Delphi client/wrapper for Apache Kafka. Windows (i386/x64) and Linux (x64) are supported. Tested on Delphi 10.4, but should work with all modern Delphi releases. While it appears to work as expected, the project is a proof of concept and has never been tested in production.

Network
D

DelphiOpenAI

. `[Delphi]` OpenAI GPT-3 API for Delphi

Network
D

delphiXero

. `[Delphi]` XERO cloud accounting API for Delphi.

Network
D

DelphiZeroMQ

. `[Delphi]` Delphi implementation of ZeroMQ Majordomo protocol and CZMQ high level binding.

Network
D

delphizmq

. `[Delphi]` `[FPC]` Binding for ZeroMQ. Should work with Delphi7+ versions and with FPC 2.6.0. The package contains a wrapper (zmq.pas), and a higher level api (zmqapi.pas). It should work with ZMQ 2.2.x, and with 3.2.x. For version 2.2.x undefine zmq3, in zmq.inc. The dll's are not part of this repo, you can download the appropriate from the official distro, and rename it to libzmq.dll.

Network
D

Delphi_SChannelTLS

. `[Delphi]` Helper functions and socket classes to perform TLS communication by means of WinAPI (SChannel). Includes Overbyte ICS TWSocket descendant class.

Network
D

DMVCFramework

. `[Delphi]` Popular and powerful framework for web solution in Delphi.

Network
F

Fano Framework

. `[FPC]` Web application framework for modern Pascal programming language. It is written in Free Pascal.

Network
F

fp-telegram

. `[FPC]` Library for working with Telegram bots API in FreePascal/Lazarus.

Network
G

Google API for Delphi

. `[Delphi]` Google API for Delphi

Network
H

Horse

. `[Delphi]` `[FPC]` Fast and minimalist web framework. Horse allows to create powerful RESTful servers without effort. Focused on microservices.

Network
H

Hprose for Delphi/Lazarus

. `[Delphi]` `[FPC]` High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. This project is the implementation of Hprose for Delphi/Lazarus.

Network
I

Indy

. `[Delphi]` `[FPC]` Network components for Delphi, C++Builder, Delphi.NET, and FreePascal

Network
I

IndySoap

. `[Delphi]` Open Source Library for implementing Web services using Delphi/CBuilder Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included.

Network
I

Internet Component Suite

. `[Delphi]` Asynchronous-based library composed of various Internet components and applications. Clients/servers for TCP, UDP, raw sockets, FTP, SMTP, POP3, NNTP, HTTP, Telnet and more. Supports SSL and TLS with the help of OpenSSL. Also includes Mime Decoder, SHA1/MD4/MD5 hashes, DES encryption.

Network
I

Internet Professional

. `[Delphi]` Set of VCL components providing Internet connectivity for Borland Delphi & C++Builder. iPRO includes POP3, SMTP, NNTP, FTP, HTTP, Instant Messaging, & HTML viewer components, as well as components for low-level socket access.

Network
I

IPInfo API

. `[Delphi]` Wrapper for IP Info API service

Network
J

JabberClient

. `[Delphi]` Jabber Client. XMPP protocol

Network
K

KafkaGate

. `[FPC]` Apache Kafka Free Pascal bindings using librdkafka and ZeroMQ.

Network
K

Kitto

. `[Delphi]` Allows to create Rich Internet Applications based on a data model that can be mapped onto any database. The client-side part uses ExtJS (through the ExtPascal library) to create a fully AJAX application, allowing you to build standard and advanced data-manipulating forms in a fraction of the time. Kitto is aimed at Delphi developers that need to create web application without delving into the intricacies of HTML, CSS, JavaScript or learning to use a particular library such as ExtJS, yet it a...

Network
L

LazWebsockets

. `[FPC]` This provides a small Websocket server and client implementation written for the FPC and Lazarus. It is fully based upon the fcl ssockets unit and therefore independent from any additional dependencies except from the FCL.

Network
L

libPasCURL

. `[Delphi]` `[FPC]` Bindings and wrapper around cURL library. libcurl is the library is using for transferring data specified with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP.

Network
L

libssh2 Delphi

. `[Delphi]` `[FPC]` Delphi/Pascal Wrapper around the library libssh2, ssh and sftp protocols

Network
L

LNet

. `[FPC]` Lightweight Networking library written in Free Pascal. Asynchronous, TCP/UDP communications classes. LTCP, LUDP, LTELNET, LFTP and LSMTP are example programs.

Network
M

mqtt

. `[FPC]` Message Queue Telemetry Transport (MQTT) client and server component pack for Lazarus/FPC with demo applications. For the client and server demo applications the LNet components are used.

Network
N

NamedPipeExchange

. `[Delphi]` Server and client classes for communication via named pipes. Based on

Network
N

NetCom7

. `[Delphi]` This set of components is the fastest possible implementation of socket communications, in any language; this is an extremely optimised code on TCP/IP sockets.

Network
N

Ntfy for Delphi

. `[Delphi]` Friendly library to push instant notifications using ntfy.sh servers in Delphi

Network
O

OpenSSL

. `[Delphi]` Delphi wrapper for OpenSSL

Network
R

RealThinClient SDK

. `[Delphi]` Flexible and modular framework for building reliable and scalable cross-platform Applications with Delphi, designed for the Web by utilizing HTTP/S with full IPv4 & IPv6 support and built-in multi-threading, extensively stress-tested to ensure the highest stability

Network
R

RESTRequest4Delphi

. `[Delphi]` RESTRequest4Delphi is a API to consume REST services written in any programming language. Designed to facilitate development, in a simple and minimalist way.

Network
S

SDriver

. `[Delphi]` Delphi wrapper for Slack API.

Network
S

STOMP Client

. `[Delphi]` `[FPC]` STOMP client for Embarcadero Delphi and FreePascal. The project can use INDY (Delphi) or Synapse (Delphi or FreePascal).

Network
S

SynCrtSock

. `[Delphi]` `[FPC]` Features several sockets and HTTP client-server classes, including a high-performance http.sys based server under Windows, and a new thread-pool powered socket server.

Network
T

TelegaPi

. `[Delphi]` Library for working with Telegram messenger Bot API in Delphi.

Network
T

TGBot Mini API

. `[Delphi]` Fast and simple API for creating a Telegram bot

Network
T

Thrift Delphi Software Library

. `[Delphi]` Lightweight, language-independent software stack for point-to-point RPC implementation. Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers. Thrift makes it easy for programs written in different programming languages to s...

Network
T

TML Messaging Suite

. `[Delphi]` `[FPC]` Network messaging library for rapid development of extensible and scalable interfaces. Based on the peer to peer standard protocol BEEP (Blocks Extensible Exchange Protocol), defined in RFC3080 and RFC3081. libTML is suitable for many use cases and communication patterns. Equipped with a type safe data API, TML can transport hierarchical data structures fast and reliable.

Network
T

ToroKernel

. `[FPC]` This is a library-kernel that allows freepascal applications which are specially ported to run alone in the system. Toro is compiled within the user's application thus resulting in a single binary that can boot on baremetal or as a guest in a modern hypervisor,e.g., hyperv, kvm, qemu, firecraker. ToroKernel addresses the development of microservices by providing a dedicated API.

Network
V

VK API

. `[Delphi]` Library for working with Vkontakte (Russian social network) API in Delphi. Full API (with Bot samples).

Network
V

Voice Communication

. `[Delphi]` Voice Communicator Components.

Network
W

WebSocket Component for Delphi

`[Delphi]` WebSocket Component for Delphi, platforms: Windows / macOS / Linux (Maybe iOS, Android)

Network
W

WiRL

. `[Delphi]` Project was created to simplify RESTful service implementation in Delphi but, more importantly, to enable maximum interoperability with REST clients written in other languages and tools

Network
X

xxm

`[Delphi]` Library enables you to create dynamic websites in Delphi, combining both Delphi and HTML in the source files. The project is compiled into a module, ready for use by a pluggable protocol handler in Internet Explorer, an ISAPI Extension, an Apache module, with HTTPAPI, with CGI or SCGI, or a stand-alone HTTP server.

Network

OS(13 items)

A

ActiveDirectory4Delphi

. `[Delphi]` Delphi basic library for validation and authentication of LDAP users in Active Directory.

OS
G

GLibWMI

. `[Delphi]` Component Library for Delphi that encapsulate the classes for access to WMI of Windows in a set of VCL. BiosInfo, PrinterInfo, DiskInfo, etc. Allow access WMI Classes: WIN32Bios, WIN32Printers, WIN32_DiskDrive.

OS
M

madKernel

. `[Delphi]` The package is about Kernel Objects for the biggest part. The most important object types are wrapped up in interfaces, utilizing all the specific kernel32 APIs. Has interface wrappers for: Events, Mutexes, Threads, Processes, Windows, Modules, Tray Icons, shared memory buffers.

OS
M

madSecurity

. `[Delphi]` The package makes it easily possible to handle Shares and other Security Objects like file security or registry security. To be able to do so, this package also features functionality around Accounts and ACEs and ACLs.

OS
M

madShell

. `[Delphi]` The package implements often needed shell functionality, beginning with Special Folders like the "Windows" folder or the "Program Files" folder, continuing with Shell ID Lists, Shell Objects and Shell Events. Then you'll find functionality around ShortCuts/ShellLinks and finally everything about Display Modes.

OS
M

Magenta Systems WMI and SMART Component

. `[Delphi]` Contains WMI, SMART and SCSI PassThrough functions, of particular use for getting hard disk information and configuring network adaptors, but also for many other general uses. MagWMI provides general view access to any WMI information using SQL like commands, and also a number of dedicated function relating to TCP/IP configuration, such as setting the adaptor IP addresses, the computer name, domain/workgroup, BIOS and disk drive information.

OS
M

MarkdownShellExtensions

. `[Delphi]` Markdown file Shell Extensions for Windows Explorer plus a Markdown file editor with instant preview

OS
M

MemoryMap

. `[Delphi]` Set of classes to get all the info about a memory of a running process.

OS
S

SVGShellExtensions

. `[Delphi]` Shell extensions for SVG files (Preview Panel, Thumbnail Icon, SVG Editor)

OS
T

The Drag and Drop Component Suite

. `[Delphi]` VCL component library that enables your Delphi and C++Builder applications to support COM based drag and drop and integrate with the Windows clipboard.

OS
T

TSMBIOS

. `[Delphi]` `[FPC]` Allows access the System Management BIOS (SMBIOS) using the Object Pascal language (Delphi or Free Pascal). The SMBIOS (System Management BIOS) is a standard developed by the DMTF. The information stored in the SMBIOS includes devices manufacturer, model name, serial number, BIOS version, asset tag, processors, ports and device memory installed.

OS
V

VersionInfo for Delphi

. `[Delphi]` The library makes it very easy to read values from the Version Info resource of Windows executables and DLLs. Optionally extends the TApplication class with a version info property via class helper.

OS
W

WindowsAutorun

. `[Delphi]` Helps you manage autoload in Windows OS.

OS

Other(14 items)

B

Better Translation Manager

. `[Delphi]` Translation Manager

Other
B

Boss

. Dependency Manager for Delphi projects.

Other
C

C-To-Delphi

. `[Delphi]` This tool will convert most of your standard C code.

Other
C

Chet - C Header Translator for Delphi

. Chet is a .h-to-.pas translator powered by libclang for Delphi. Uses the Clang compiler to parse header files, resulting in more accurate translations that require fewer manual adjustments.

Other
D

Delphi Dev. Shell Tools

. Windows shell extension with useful tasks for Object Pascal Developers (Delphi, Free Pascal).

Other
D

Delphi Preview Handler

. Preview handler for Windows Vista, 7 and 8 which allow you read your object pascal, C++ and Assembly code with Syntax highlighting without open in a editor

Other
D

Delphi Unit Tests

. Set of unit tests for Delphi's libraries. Delphi community members are encouraged to fork the repository, add tests, and create a pull request. Embarcadero employees are particularly encouraged to add tests from the internal tests that are run with official Delphi builds.

Other
D

Delphi.gitignore

. .gitignore templates for Delphi. There is also one for Lazarus.

Other
D

DFMJSON

. `[Delphi]` Library to convert between Delphi's .DFM (or .FMX) format and JSON. It can be used to parse a DFM file into an Abstract Syntax Tree in JSON, which can then be edited and the results turned back to DFM format.

Other
D

dzBdsLauncher

. `[Delphi]` Launcher for the Delphi IDE that decides which of multiple IDEs to launch based on the suffix of the dproj file passed to it.

Other
J

James - The Delphi Project Manager

. `[Delphi]` It makes your life easier while switching from one project to another. If you see yourself manually installing components and updating Delphi settings every time you have to switch from one project to another, James may help you.

Other
M

madDisAsm

. The package features a full x86 disassembler including MMX, 3dNow enhanced, SSE and SSE2 support. The disassembler can examine a single x86 instruction (see ParseCode) or a full function (see ParseFunction) and either return a short analysis or a full text disassembly. Register contents are watched/followed if possible, this improves the analyses for jump/call targets. Case/switch jump tables are automatically detected and handled correctly.

Other
O

OmniPascal

. Project that enables Delphi and Free Pascal developers to write and maintain code using the modern editor Visual Studio Code.

Other
W

WMI Delphi Code Creator

. Allows you to generate Object Pascal, Oxygene, C++ and C# code to access the WMI (Windows Management Instrumentation) classes, events and methods. Also includes a set of tools to explorer and Query the content of the WMI.

Other

Other GUI(19 items)

A

AnyiQuack

. `[Delphi]` jQuery-like control animation framework.

Other GUI
B

BearLibTerminal

. `[Delphi]` Provides a pseudoterminal window with a grid of character cells and a simple yet powerful API for flexible textual output and uncomplicated input processing.

Other GUI
B

BitMapEditor - Delphi

. `[Delphi]` Single-form, simple bitmap editor for Delphi.

Other GUI
D

Dam

. `[Delphi]` `[FPC]` Delphi and Lazarus Message Dialogs with Formatted Text.

Other GUI
D

DKLang

. `[Delphi]` DKLang Localization Package is a set of classes intended to simplify the localization of applications written in Delphi.

Other GUI
F

FMXTrayIcon

. `[Delphi]` TrayIcon for FMX Windows

Other GUI
F

Form Designer component for Delphi (VCL)

. `[Delphi]` Form Designer (TFormDesigner) can be used to design and modify Delphi (VCL) forms at runtime. The behavior and appearance is similar to that of Delphi IDE.

Other GUI
G

GMLib

(Google Maps Library) (seems abandoned, active fork on GH here and here). `[Delphi]` Components for Delphi/C++ Builder that encapsulate the GoogleMaps API to administrate a map, markers, polygons, rectangles, polylines, etc. All objects that you can put into a map.

Other GUI
G

GNU Gettext for Delphi, C++ and Kylix

. `[Delphi]` GNU GetText translation tools for Borland Delphi and Borland C++ Builder.

Other GUI
G

GUI AutoSave

Save the state of all GUI controls on application shutdown and then restore them loaded on application startup: It can load/save: form's position, checkboxes, radiobuttons, etc, etc

Other GUI
O

OpenWire

. `[Delphi]` The library allows writing advanced VCL and FireMonkey components for rapid codeless application development. The components developed with the library allow creation of complex applications with zero lines of program code.

Other GUI
P

PascalSCADA

. `[Delphi]` `[FPC]` Set of components (framework) for Delphi/Lazarus to make easy the development of industrial applications (HMI=Human Machine Interface/SCADA=System Control And Data Acquisition). It runs on Windows, Linux and FreeBSD.

Other GUI
S

SynTaskDialog

. `[Delphi]` `[FPC]` Implement TaskDialog window (native on Vista/Seven, emulated on XP)

Other GUI
T

TaskbarListComponents

. `[Delphi]` Set of components designed as Delphi wrappers for the Windows 7 Taskbarlist Interfaces (e.g. ITaskbarlist3)

Other GUI
T

TFireMonkeyContainer

. `[Delphi]` Delphi VCL component to host a FMX HD or 3D form. It means you can embed a FireMonkey (FMX) form as a control in a VCL form, so you can design a FMX form and use it in your VCL app.

Other GUI
T

TLanguages

. `[Delphi]` Localization tool for VCL and FMX.

Other GUI
V

VCL Styles Utils

. `[Delphi]` Collection of classes and style hooks, which extend, fix QC reports and add new features to the VCL Styles.

Other GUI
W

Windows 7 Taskbar Components

. `[Delphi]` One of the most notable feature in Windows 7 is a new Windows taskbar. It offers a new way of controlling your desktop, managing your windows, and launching applications.

Other GUI
W

Windows Ribbon Framework for Delphi

. `[Delphi]` This Delphi library allows Delphi developers to use of the Windows Ribbon Framework in their Delphi applications. This library uses the native Windows library to implement the Ribbon functionality. It does not emulate the Ribbon user interface like other Delphi component sets do (or Delphi's built-in Ribbon emulation components).

Other GUI

Other non-visual(43 items)

B

BaseNcodingPascal

. `[Delphi]` `[FPC]` Library for encoding of binary data into strings using base32, base85, base128 and other algorithms for FPC and Delphi.

Other non-visual
B

byterage

. `[Delphi]` Object pascal class library designed to remove some of the limitations of streams. The framework is very simple to use, with only one common ancestor class (TBRBuffer) which defines a set of storage agnostic mechanisms for allocating, scaling, inserting, deleting and otherwise manipulating a segment of raw binary data.

Other non-visual
B

ByteSizeLibPascal

. `[Delphi]` `[FPC]` TByteSize is a utility "record" that makes byte size representation in code easier by removing ambiguity of the value being represented.

Other non-visual
C

CachedBuffers

. `[Delphi]` `[FPC]` The library is irreplaceable for the tasks of sequential data reading or writing, especially if the requirements for the performance are increased and there are much data.

Other non-visual
C

CachedTexts

. `[Delphi]` `[FPC]` Powerful and compact cross-platform library aimed at parsing and generating of text data with the maximum possible performance. Depends on the two other libraries: CachedBuffers and UniConv.

Other non-visual
C

Charset Enigma

. `[Delphi]` Delphi charset detector Community Edition

Other non-visual
C

CocinAsync

. `[Delphi]` High performance library for Delphi to simplify coding and improve performance of asynchronous and multithreaded applications.

Other non-visual
C

Coroutine-based multithreading library

. `[Delphi]` AIO implement procedural oriented programming (POP) style in Delphi. It means developer can combine advantages of OOP and POP, splitting logic to multiple state machines, schedule them to threads, connect them by communication channels like in GoLang

Other non-visual
C

CSV File and String Reader

. `[Delphi]` TnvvCSVFileReader and TnvvCSVStringReader are light weighted and fast classes that resemble unidirectional data set.

Other non-visual
D

DCContainers

. `[Delphi]` Containers library with maps and sets based on red-black tree

Other non-visual
D

Delphi LightSaber-CoreLib

. `[Delphi]` Lightweight alternative to Jedi library. Simple, crystal clear, non-obfuscated, fully commented code. No external dependencies. Hundreds of super useful functions for file/folder/disk manipulation, fast (buffered) binary file access, string conversions, OS version detection, etc.

Other non-visual
D

Delphi-Hunspell

. `[Delphi]` Simple Hunspell spell checking engine wrapper for Delphi.

Other non-visual
D

DelphiPatterns

. `[Delphi]` Complete set of design patterns implemented in Delphi language

Other non-visual
D

DHibernate

. `[Delphi]` Object Persistent Framework based on Hibernate and NHibernate for Delphi.

Other non-visual
D

DOSCommand

. `[Delphi]` Component lets you execute a dos program (exe, com or batch file) and catch the ouput in order to put it in a memo or in a listbox, ... You can also send inputs.

Other non-visual
D

DuckDuckDelphi

. `[Delphi]` Adds simple duck typing to Delphi Objects and provides an RTTI helper class to simplify many common RTTI tasks.

Other non-visual
E

EmailValidationPascal

. `[Delphi]` `[FPC]` Simple Class for Validating Email Address Syntax in Pascal/Delphi.

Other non-visual
F

FLRE

. `[Delphi]` `[FPC]` FLRE ( F ast L ight R egular E xpressions) is a fast, safe and efficient regular expression library, which is implemented in Object Pascal (Delphi and Free Pascal) but which is even usable from other languages like C/C++ and so on.

Other non-visual
F

FreePascal Generics.Collections

. `[FPC]` FreePascal Generics.Collections library (TList, TDictionary, THashMap and more)

Other non-visual
F

FuzzyWuzzy.pas

. `[FPC]` Port of the well-known Python fuzzy string matching package that uses the Levenshtein distance to compute differences between string sequences.

Other non-visual
G

GenericTree

. `[Delphi]` Delphi implementation of a generic Tree structure.

Other non-visual
G

GpDelphiUnits

. `[Delphi]` Collection of useful Delphi units. Various TList descendants, TList-compatible, and TList-similar classes. Dynamically allocated, O(1) enqueue and dequeue, threadsafe, microlocking queue. Interface to 64-bit file functions with some added functionality. String hash, table and dictionary. Collection of Win32/Win64 wrappers and helper functions. Time Zone Routines. Embedded file system.

Other non-visual
G

GraphQL Constructor

. `[Delphi]` GraphQL Constructor (constructor only)

Other non-visual
G

GraphQL for Delphi

. `[Delphi]` Simple implementation for GraphQL, a query language for APIs created by Facebook. GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

Other non-visual
G

GS.Core

. `[Delphi]` `[FPC]` Core functions shared by several projects.

Other non-visual
H

HTMLBuilder

. `[Delphi]` Build simplified html with pascal code.

Other non-visual
I

ICU4PAS

. `[Delphi]` `[FPC]` Object Pascal, cross platform, Direct Class Wrapper over the mature and widely used set of C/C++ ICU libraries providing Unicode support, software internationalization (i18n) and globalization (g11n), giving applications the same results on all platforms. You can use it on Windows with Delphi and FreePascal and on Linux with Kylix and FreePascal.

Other non-visual
L

LAMW

. `[FPC]` Lazarus Android Module Wizard to create JNI Android loadable module (.so) and Android Apk using Lazarus/Free Pascal.

Other non-visual
L

libPasC-Algorithms

. `[Delphi]` `[FPC]` Delphi and object pascal library of common data structures and algorithms. Library rewritten from c-algorithms repository and other sources.

Other non-visual
M

Markdown Processor for Pascal

. `[Delphi]` `[FPC]` This is a Pascal (Delphi) library that processes to markdown to HTML

Other non-visual
O

OnGuard

(Alternate and maintained version for recent compiler version only). `[Delphi]` Library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users.

Other non-visual
P

PascalTZ

. `[FPC]` Pascal Time Zone allows you to convert between local times in various time zones and GMT/UTC, taking into account historical changes to time zone rules.

Other non-visual
P

PascalUtils

. `[Delphi]` `[FPC]` Delphi and object pascal library of utils data structures

Other non-visual
P

PasMP

. `[Delphi]` `[FPC]` Parallel-processing/multi-processing library for Object Pascal.

Other non-visual
P

PRNG

. `[Delphi]` Seven fast pseudo random number generators with period lengths much greater than Pascal's random function. All are implemented with context records, therefore several independent generators can be used simultaneously, they are not cryptographically secure. In addition there are three cryptographic generators.

Other non-visual
R

Rapid.Generics

. `[Delphi]` Rapid generics/defaults equivalent classes for Delphi (XE8+)

Other non-visual
S

stateless

. `[Delphi]` Simple library for creating state machines in Delphi code.

Other non-visual
S

StringSimilarity

. `[Delphi]` Package designed for some fuzzy and phonetic string comparison algorithms. So far implemented are the following algorithms: DamerauLevenshtein, Koelner Phonetik, SoundEx, Metaphone, DoubleMetaphone, NGram, Dice, JaroWinkler, NeedlemanWunch, SmithWatermanGotoh, MongeElkan.

Other non-visual
T

TDiff

. `[Delphi]` `[FPC]` Text compare component for Delphi and Free Pascal. Dramatically simplify programming tasks that require calculations of 'shortest path' or 'longest common sequence' as typically required in file compare utilities.

Other non-visual
T

TRegExpr

. `[Delphi]` `[FPC]` Regular expressions engine in pure Object Pascal.

Other non-visual
T

TZDB

. `[Delphi]` `[FPC]` IANA Time Zone Database for Delphi/FreePascal

Other non-visual
U

UniConv

. `[Delphi]` `[FPC]` Universal text conversion library is a universal quick and compact library intended for conversion, comparison and change of the register of text in concordance with the latest standards of the Unicode Consortium. The librarys function greatly resembles ICU, libiconv and Windows.kernel which are de facto standard for popular operating systems.

Other non-visual
Z

ZEXMLSS

. `[Delphi]` `[FPC]` Lazarus/Delphi component for read/write ods, excel xml, xlsx.

Other non-visual

RAD Studio IDE plugins/wizards(28 items)

A

AutoSave

. Expert that periodically auto saves all the open modified IDE files.

RAD Studio IDE plugins/wizards
B

Browse and Doc It

. RAD Studio IDE plug-in to allow you to browse your code and provide support for documentation, coding checks and metrics.

RAD Studio IDE plugins/wizards
C

CnWizards

. Free Plug-in Tool Set for Delphi/C++ Builder/CodeGear RAD Studio to Improve Development Efficiency.

RAD Studio IDE plugins/wizards
D

DDevExtensions

. Extends the Delphi/C++Builder IDE by adding some new productivity features.

RAD Studio IDE plugins/wizards
D

Delphi IDE Explorer

. Wizard / expert / plugin that allows you to browser the internal fields, methods, properties and events of the IDE.

RAD Studio IDE plugins/wizards
D

Delphi IDE theme editor / Delphi IDE Colorizer

. Tool to change the IDE color highlighting of several Object Pascal IDE's like Delphi (RAD Studio), Appmethod, Lazarus and Smart Mobile Studio. DITE supports Delphi 5-7, 2005-2010, XE-XE8, Appmethod 1.13-1.14, Lazarus v1.0.1.3 and Smart Mobile Studio IDE v1.1.2.17. The Delphi IDE Colorizer (DIC) is a plugin which allows to customize the look and feel of the workspace of the RAD Studio IDE and Appmethod.

RAD Studio IDE plugins/wizards
D

Delphi Library Helper

Tool to assist Delphi developers configuring library folders.

RAD Studio IDE plugins/wizards
D

Delphi Package Installer (DelphiPI)

. Tool which aids you installing components to your Delphi IDE. DelphiPI automatically resolves dependencies between packages, compiles, installs and adds source paths to your IDE.

RAD Studio IDE plugins/wizards
D

Delphi-Adb-WiFi

. Plugin for RAD Studio, which allows launching and debugging on an Android device without connecting to a computer via USB. Works over WiFi.

RAD Studio IDE plugins/wizards
D

Delphinus

. New Packagemanager which runs on Delphi XE and newer and uses GitHub as a Backend to Provide the packages.

RAD Studio IDE plugins/wizards
D

DelphiSettingManager

. Multiple IDE profiles for Delphi (up to XE6). Allows to install multiple versions of the same component or different component sets for different projects.

RAD Studio IDE plugins/wizards
D

DzNoteEditor

. Delphi Property Editor for TStrings supporting formatted languages with syntax highlight.

RAD Studio IDE plugins/wizards
F

FormResource

. Wizard that helps storing various data as form resources.

RAD Studio IDE plugins/wizards
G

GExperts

. Free set of tools built to increase the productivity of Delphi and C++Builder programmers by adding several features to the IDE. GExperts is developed as Open Source software and we encourage user contributions to the project. Grep search and replace supporting unicode files, DFMs, etc; Automatically rename components, insert text macros, open recent files; Easily backup your projects, with custom additional file lists; Keep nested lists of favorite files for quick access; Track dependencies between un...

RAD Studio IDE plugins/wizards
I

IDE Fix Pack

. Collection of unofficial bug fixes and performance optimizations for the RAD Studio IDE, Win32/Win64 compiler and Win32 debugger. IDE Fix Pack is an IDE plugin for RAD Studio 2009-XE6 that fixes IDE bugs at runtime. All changes are done in memory. No files on disk are modified. None of your projects are modified or benefit from the IDE Fix Pack other than being compiled faster. Only the IDE gets the fixes and optimizations.

RAD Studio IDE plugins/wizards
I

IDE-Notifiers

. RAD Studio IDE plug-in to display notifications of various operations in the IDE as they occur.

RAD Studio IDE plugins/wizards
I

Integrated Testing Helper

. Plugin for Delphi and RAD Studio that allows you to run command-line application before and after the compilation of you projects. It also provides the ability to zip you projects files into an archive on each compile/build and manage the application's version information.

RAD Studio IDE plugins/wizards
M

MMX Code Explorer

. Feature-rich productivity enhancing plugin. Includes refactoring, class browser, advanced editing, metrict and many more.

RAD Studio IDE plugins/wizards
M

Mobile Image Creator

Creating Icons and Launcher Images for Delphi Mobile Applications (Firemonkey). This is a fork of Mobile Gfx created by Thomas Grubb of RiverSoftAVG.

RAD Studio IDE plugins/wizards
M

Multi-RAD Studio IDE Expert Manager

. Application allows you to manage the experts and packages loadsed into multiple versions of RAD Studio

RAD Studio IDE plugins/wizards
O

OTA Interface Search

. Application helps to find Open Tools API (OTA) interfaces, methods and properties and understand how to get to those interfaces or methods / properties of the interfaces.

RAD Studio IDE plugins/wizards
P

Parnassus Bookmarks

. IDE plugin that extends bookmark functionality.

RAD Studio IDE plugins/wizards
P

Project Magician

. Wizard for advanced project options manipulation.

RAD Studio IDE plugins/wizards
R

RADSplit

. Dockable Split-Screen Editors for RAD Studio (Delphi and C++ Builder).

RAD Studio IDE plugins/wizards
R

ResEd

. Expert for Delphi 2005, 2006, 2007, 2009, 2010 and XE. This expert is designed for editing the resource files (.res; .resx) that are linked to the active project. It will automatically search for all occurrences of {$R xyz.res} lines and will open/create resourcefiles for them. The expert registers itself in the menubar of Delphi under View.

RAD Studio IDE plugins/wizards
S

Selective Debugging

. Wizard that allows to tune for which units their debug version will be used.

RAD Studio IDE plugins/wizards
T

TestInsight

. Unit testing IDE Plugin for Delphi. It supports all versions from XE to 10 Seattle. Supports DUnit, DUnit2, DUnitX frameworks.

RAD Studio IDE plugins/wizards
V

VCL Fix Pack

. Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions. If you want all IDE Fix Pack fixes in your application this unit is what you are looking for. Adding the unit to your project (Delphi and C++Builder) automatically installs the patches that are available for your Delphi/C++Builder version.

RAD Studio IDE plugins/wizards

Scripting(12 items)

B

BESEN

. `[Delphi]` `[FPC]` Complete ECMAScript Fifth Edition Implementation in Object Pascal, which is compilable with Delphi >=7 and Free Pascal >= 2.5.1 (maybe also 2.4.1).

Scripting
B

Blaise

. `[Delphi]` Open-source object-oriented scripting language. Language features: Object-oriented; Unicode support; Optional typing, ie dynamic or static typing; Richly typed; Higher-level mathematics support, for example Complex numbers, Rational numbers and Matrices; Virtual Machine architecture; Co-routines; Familiar language syntax, influenced by Object Pascal, Python and Ada.

Scripting
C

chakracore-delphi

. `[Delphi]` `[FPC]` Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore JavaScript engine library.

Scripting
C

CrystalLUA

. `[Delphi]` Lua binding (Delphi6-2007).

Scripting
D

Delphi-JavaScript

. `[Delphi]` JavaScript engine for delphi based on Mozilla's Spidermonkey.

Scripting
D

DWScript

. `[Delphi]` Object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well.

Scripting
L

lua4delphi

. `[Delphi]` Delphi binding for Lua 5.1 language.

Scripting
P

Pascal Script

. `[Delphi]` `[FPC]` Free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it is composed of a set of units that can be compiled into your executable, eliminating the need to distribute any external files. Pascal Script started out as a need for a good working script, when there were none available at the time.

Scripting
P

Python for Delphi (P4D)

. `[Delphi]` `[FPC]` Set of free components that wrap up the Python dll into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as dlls and much more

Scripting
Q

QuickJS-Engine

. `[Delphi]` `[FPC]` Delphi and Free Pascal bindings for Bellard's QuickJS JavaScript Engine.

Scripting
S

SpiderMonkey

. `[Delphi]` `[FPC]` Binding for Mozilla JavaScript engine, including JIT and multi-threading, with easy objects access via Delphi variants.

Scripting
V

VerySimple.Lua

. `[Delphi]` Lua Wrapper for Delphi XE5-D10.1 which automatically creates OOP callback functions for Delphi Lua.

Scripting

Single controls(17 items)

A

ATTabs

. `[Delphi]` `[FPC]` Delphi/Lazarus component for lite tabs. OS independent, fully custom drawn.

Single controls
A

AXW Ribbon

. `[Delphi]` Ribbon component with the Office 2016 style. Works with Delphi 7 and up to the current Delphi version. Will probably compile with Delphi 6 and possibly Delphi 5.

Single controls
D

decTreeView

. `[Delphi]` The decTreeView library is an alternative implementation of the TreeView (SysTreeView32) control

Single controls
D

Delphi Chromium Embedded

. `[Delphi]` Embedding Chromium in Delphi, tested on Delphi 2010, XE, XE2, Delphi 7.

Single controls
D

DzHTMLText

. `[Delphi]` `[FPC]` Visual component that allows you to specify a formatted text in a label, using almost the same syntax used in HTML code.

Single controls
E

EasyListView

(seems abandoned, active fork on GH here). `[Delphi]` Part of VirtualShellTools for the Listview but can be used for a TListview Replacement that is faster and more customizable.

Single controls
N

neTabControl

. `[Delphi]` FireMonkey control for Delphi. It builds on the native TabControl and adds a number of features.

Single controls
R

RiverSoftAVG Charting Component Suite

. `[Delphi]` Free (for non-commercial use) with source charting Suite for adding charts and graphs to your programs. For Delphi 2010-Tokyo (Win32/Win64/macOS/iOS/Android) and Appmethod (Object Pascal).

Single controls
S

SMDBGrid component

. `[Delphi]` The successor of TDBGrid with the extended features. Is able to display multiline wordwrap column titles, checkboxs for boolean fields, a convenient select of records from the keyboard and mouse via checkboxs, extanded Indicator column, fixing of columns, an opportunity to exclude insert and delete of records in the DBGrid, own standard PopupMenu, save/restore of a column states, processing of additional events etc. Multilanguage resources.

Single controls
T

TChromeTabs

. `[Delphi]` Comprehensive implementation of Google Chrome's tabs for Delphi 6 - Delphi 10.1 Berlin

Single controls
T

TeeGrid

. `[Delphi]` `[FPC]` Lightweight full-featured Grid / Tabular control. For Embarcadero RAD Studio 2009 and up to Sydney 10.4, Delphi and C++, VCL and Firemonkey frameworks (all platforms: Windows 32 and 64 bit, Mac OSX, Android and iOS), and Lazarus FreePascal (Windows, Linux, etc)

Single controls
T

TFrameStand

. `[Delphi]` Easily use TFrame(s) in your FireMonkey (FMX) applications to gain visual consistency though the whole user experience and easily add modern looking elements like effects and transitions.

Single controls
T

TPrintPreview

. `[Delphi]` Print Preview Component for Delphi Vcl Win32/Win64

Single controls
T

TTreeListView

. `[Delphi]` `[FPC]` This component is a mix between TTreeView and TListView and can paint a tree whose nodes have additional information sorted in columns.

Single controls
V

VirtualTreeView

. `[Delphi]` (VirtualTreeView-Lazarus port to FPC `[FPC]`). Treeview control built from ground up. Many years of development made it one of the most flexible and advanced tree controls available today.

Single controls
V

VolgaDB

. `[Delphi]` Pretty customizable DBgrid for Delphi. TCustomGrid descendant. CheckBox, ComboBox column styles. Also includes TVolgaDBEdit that replaces TDBEdit, TDBComboBox, TDBLookupCombo, TDBLookupTree andTDBDatePicker in one component. TVolgaDBEdit may be DB-aware and non DB-aware.

Single controls
Z

zControls

. `[Delphi]` Contains TzObjectInspector - a powerful object inspector with many features.

Single controls

Unit Testing(11 items)

D

Delphi-Mocks

. `[Delphi]` Simple mocking framework for Delphi XE2 or later. Allow you to mock both classes and interfaces for testing.

Unit Testing
D

DelphiCodeCoverageWizardPlus

. `[Delphi]` GUI wizard for creating a batch file to call the commandline code coverage tool. Includes a project format for easier change of settings later on. Includes binaries of the code coverage tool itssel.

Unit Testing
D

DelphiSpec

. `[Delphi]` Library for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.

Unit Testing
D

DelphiUIAutomation

. `[Delphi]` Delphi classes that wrap the MS UIAutomation library. DelphiUIAutomation is a framework for automating rich client applications based on Win32 (and specifically tested with Delphi XE5). It is written in Delphi XE5 and it requires no use of scripting languages. It provides a consistent object-oriented API, hiding the complexity of Microsoft's UIAutomation library and windows messages.

Unit Testing
D

DUnit

. `[Delphi]` Unit Testing Framework, that has been the standard testing framework for years, the Delphi IDE now ships with this library.

Unit Testing
D

DUnit-XML

. `[Delphi]` Test runner that allows DUnit Tests to output NUnit compatible XML.

Unit Testing
D

DUnit2

. `[Delphi]` Fork of the DUnit Project that adds several new features.

Unit Testing
D

DUnitX

. `[Delphi]` New test framework, taking ideas from DUnit, NUnit and other test frameworks. It is designed to work with Delphi 2010 or later, it makes use of language/RTL features that are not available in older versions of Delphi.

Unit Testing
O

OpenCTF

. `[Delphi]` Test framework add-on for Embarcadero Delphi which performs automatic checks of all components in Forms (or DataModules). It provides an easy way to build automatic quality checks for large projects where many components have to pass repeated tests. OpenCTF is based on the DUnit open source test framework and extends it by specialized test classes and helper functions.

Unit Testing
S

Smoketest

. `[Delphi]` Framework for writing tests and performance benchmarks using the Delphi language for Microsoft Windows. It has been tested on all versions of Delphi from 7 thru to 2010.

Unit Testing
S

SynTests

. `[Delphi]` `[FPC]` Unit test functions including mocks and stubs.

Unit Testing

XML/JSON/YAML/HTML(29 items)

C

Chimera

. `[Delphi]` Open Source (MIT License) library for Delphi XE2 which provides a fast and cross platform JSON generator/parser (serializer/deserializer) under a license that doesn't suck.

XML/JSON/YAML/HTML
D

dataset-serialize

. `[Delphi]` `[FPC]` This component is a JSON serializer for the DataSet component. Allows you to convert JSON to DataSet, DataSet to JSON, and export and load the structure of DataSet fields in JSON format. Compatible with VCL projects, FMX and uniGUI (framework).

XML/JSON/YAML/HTML
D

Delphi-JsonToDelphiClass

(Newer fork. `[Delphi]` Generates Delphi Classes based on JSON string (Json To Delphi Class Generator / JSON Data Binding Tool). Also includes unit for interaction with GitHub.

XML/JSON/YAML/HTML
D

Delphi-XmlLite

. `[Delphi]` Header translation for Microsoft XmlLite. XmlLite is a native C++ implementation of .NET XmlReader+Writer for stream-based, forward-only XML parsing and creation. XmlLite.dll is required. It is included with all new versions of Windows, and service packs for old versions. XmlReader's pull-based interface is cleaner to use than SAX's event-based interface.

XML/JSON/YAML/HTML
D

delphi-yaml

. `[Delphi]` Delphi 7 compatible bindings for libyaml, YAML parser and emitter library implemented in C. Four layers of bindings are proposed.

XML/JSON/YAML/HTML
D

DJSON

. `[Delphi]` Delphi JSON object mapper

XML/JSON/YAML/HTML
D

dwsJSON

. `[Delphi]` `[FPC]` dwsJSON is a unit that supports JSON parsing/creating, it's part of DWScript but relatively "standalone", in that if you add it in your Delphi (or FPC) projects, it won't pull the whole of DWScript library, and thus can be used anywhere you need.

XML/JSON/YAML/HTML
F

fast-html-parser

. `[Delphi]` `[FPC]` Fast HTML Parser

XML/JSON/YAML/HTML
H

HTML parser

. `[Delphi]` HTML parser. Supports Windows, macOS, iOS, Android platform. Comments in Chinese

XML/JSON/YAML/HTML
I

Internet Tools

. `[Delphi]` `[FPC]` Package provides standard conformant XPath 2.0, XQuery 1.0 and XPath/XQuery 3.0 interpreters with extensions for - among others - JSONiq, pattern matching, CSS and HTML; as well as functions to perform HTTP/S requests on Windows/Linux/macOS/Android, an XSLT-inspired webscraping language, and an auto update class.

XML/JSON/YAML/HTML
J

Json Data Objects

. `[Delphi]` This Delphi unit contains a JSON parser that supports Delphi 2009-10Seattle and the platforms Win32, Win64 and ARM Android (MacOS and iOS may work).

XML/JSON/YAML/HTML
J

JSON delphi library

. `[Delphi]` This is a delphi library implementing JSON data format and objects structure. Lightweight and fast.

XML/JSON/YAML/HTML
K

KDS XML

. `[Delphi]` Class library for streamed parsing, validating and generating XML. It is written in Object Pascal/Delphi and works on Win32 (Delphi) and Linux (Kylix). Parts of it depend on the SAX for Pascal interface specifications.

XML/JSON/YAML/HTML
L

Libxml2 for pascal

. `[Delphi]` `[FPC]` Pascal units accessing the popular XML API from Daniel Veillard. This should be usable at least from Kylix and Delphi, but hopefully also from other Pascal compilers (like freepascal).

XML/JSON/YAML/HTML
N

NativeXml

. `[Delphi]` This component contains a small-footprint Object Pascal (Delphi) XML implementation that allows to read and write XML documents. You basically only need one unit and you can simply add it to the "uses" clause. You can use this software to read XML documents from files, streams or strings. The load routine generates events that can be used to display load progress on the fly. You can also use it to create and save XML documents.

XML/JSON/YAML/HTML
N

Neon

`[Delphi]` Serialization library for Delphi that helps you to convert (back and forth) objects and other values to JSON. It supports simple Delphi types but also complex class and records. Neon has been designed with REST in mind, to exchange pure data between applications with no "metadata" or added fields

XML/JSON/YAML/HTML
N

Neslib

. `[Delphi]` Ultra light-weight and cross-platform XML library for Delphi.

XML/JSON/YAML/HTML
O

OmniXML

. `[Delphi]` XML parser written in Delphi. Full support for Document Object Model (DOM) Level 1 specification; Supports Extensible Markup Language (XML) 1.0 (Second Edition) specification; Has built-in support for different code pages (main 8-bit code pages, UTF-8, UTF-16); Is compatible with MS XML parser; Fast parsing even large and highly structured documents; Includes helper functions to ease processing XML documents; Simplified XPath support.

XML/JSON/YAML/HTML
O

Open XML

. `[Delphi]` Provides a wide range of methods, components and foundation classes. It can be used for Win32/Kylix as well as for .NET development.

XML/JSON/YAML/HTML
S

SAX for Pascal

. `[Delphi]` `[FPC]` Designed to implement the Simple API for XML Parsing in Pascal/Delphi.

XML/JSON/YAML/HTML
S

SuperObject

. `[Delphi]` `[FPC]` Parser/writer for JSON data format. This toolkit is designed to work with Delphi and FreePascal (win32, win64, linux32, linux64, macOS Intel). Supports reading/writing XML as well.

XML/JSON/YAML/HTML
S

SynCommons

. `[Delphi]` `[FPC]` High speed JSON library, using `TDocVariant` custom variant type for storage and access.

XML/JSON/YAML/HTML
S

SynCrossPlatformJSON

. `[Delphi]` `[FPC]` High speed cross-platform JSON library, using `TJSONVariant` custom variant type for storage and access.

XML/JSON/YAML/HTML
T

THTMLWriter

. `[Delphi]` Class library that enables the developer to create HTML and HTML documents. It uses the fluent interface to make creating HTML text easy and natural.

XML/JSON/YAML/HTML
T

TinyJSON

(mirror at GH). `[Delphi]` This is a small and clean library for associative arrays with Boolean / Integer / Float / WideString values. Allows import (export) from (to) JSON text. Extensive error-checking. Uses FunHash (by Sokolov Yura), HatTrie (by Daniel C. Jones), FastInt64 and FastMove (by FastCode project).

XML/JSON/YAML/HTML
V

VerySimpleXML

. `[Delphi]` Lightweight, one-unit, cross-platform XML reader/writer for Delphi 2010 - 10.2.2 Tokyo

XML/JSON/YAML/HTML
X

XML Parser

. `[Delphi]` `[FPC]` Lightweight ObjectPascal XML parser for Delphi and FreePascal. By leaving out syntax checking, well-formedness checks and/or validation, and by choosing a progressive scanning technique, this parser is very fast.

XML/JSON/YAML/HTML
X

XML Partner

. `[Delphi]` Helps add the power of XML to Borland Delphi, C++ Builder, and Kylix projects through native, easy to use VCL and CLX components. These powerful components simplify the process of creating, modifying, and parsing XML data documents.

XML/JSON/YAML/HTML
X

XSuperObject

. `[Delphi]` Delphi Cross Platform Rapid JSON

XML/JSON/YAML/HTML