VI

Delphi

TMS VCL Plugin Framework v6.13.1.0​ Full Source for Delphi 7 - Delphi 13

The TMS VCL Plugin Framework is a component library designed to simplify the creation of plugin-based applications in Delphi and C++Builder, leveraging the VCL (Visual Component Library). It enables developers to structure large applications into smaller, dynamically loadable packag...

Description

The TMS VCL Plugin Framework is a component library designed to simplify the creation of plugin-based applications in Delphi and C++Builder, leveraging the VCL (Visual Component Library). It enables developers to structure large applications into smaller, dynamically loadable packages known as plugins.

Feature overview
Allows breaking large applications into multiple dynamically loadable packages.
Reduces filesize for sending updates by sending only plugin updates.
Allows distributing custom plugins for specific customer needs.
Allows extending applications without recompilation of the main module.
Allows adding new menus, forms, layouts, etc... through plugins in your application.
Visual plugin designer
Includes a plugin manager that allows a flexible and easy way to handle plugins to load.
The TMS Plugin Framework has the same concept as the Delphi IDE that allows you to incorporate new functionalities to the environment based on 'Services'.
The TMS Plugin Framework takes the complexity out of building package technology based plugins
Debugging capabilities (breakpoint, step into, run to cursor, pause, halt ...)

v6.13.1.0
New : Support for Delphi 13 added

Additional Information