The Mitov Runtime Library is a cross platform collection of tools which are included in all our libraries.  We are contributing this runtime to assist developers in developing better software for the Delphi community and providing a layer where by the speed of development can be enhanced.

 

About Mitov-Runtime

The Mitov Runtime Library is a cross platform collection of tools which are included in all our libraries.  We are contributing this runtime to assist developers in developing better software for the Delphi community and providing a layer where by the speed of development can be enhanced.

Advanced RTTI
Containers – Linked List, Array List, Dictionary
Automatic class management
Elements – Tuples, MultiProc, SmartPointer, Delegation
Threading
OpenCL
Serialization
Reflection
Mixed Persistent Collections
Component development framework
Advanced Design Time API
And more...


Our component libraries come in 3 versions a VCL - Firemonkey version (for Delphi / C++ Builder / RAD Studio 10.3 or higher), an MFC compatible Visual C++ version, and a .NET 4.0 supporting Visual Studio 2005 or higher.
 
The RAD Studio version is a set of native VCL and Firemonkey components of which all include now the powerful Mitov Runtime.
 
The Visual C++ version is a set of native Visual C++ classes (components).
 
The NET 4.0 (4.5 and higher compatible) version is a set of managed .NET components.  The .NET version has the same performance as the native versions, and supports all the Microsoft .NET languages including Visual Basic, C#, J#, F# and C++/CLI.
 
Due to the unique architecture of the OpenWire platform, the components are implemented the same way in Managed .NET and native Windows (32 and 64 bit) environments. The code to control a component from VB.NET, C++/CLI, C#, and J#, Visual C++ MFC, Delphi, and C++ Builder is almost identical. This allows the developers to migrate and share code between the different environments thus significantly improving the productivity.
 
OpenWire Libraries: for fast, complex data stream processing with almost zero lines of code!
  • Advanced RTTI
  • Containers – Linked List, Array List, Dictionary
  • Automatic class management
  • Elements – Tuples, MultiProc, SmartPointer, Delegation
  • Threading
  • OpenCL
  • Serialization
  • Reflection
  • Mixed Persistent Collections
  • Component development framework
  • Advanced Design Time API

Mitov-Runtime: What's New

New in Version 8.0.0.108 (released on 2024-02-21)

  • Improved C++ Builder support
  • Improved Design time Performance

New in Version 8.0.0.101 (released on 2023-12-06)

  • Added Delphi 12 support
  • Redesigned installation not requiring Admin privileges when compiling the libraries
  • Improved Performance
  • Added Sets support
  • Improved Mitov TypeInfo
  • Improved Dynamic Type Info
  • Improved Mitov Design Time API
  • Redesigned Persistent Collection Editor
  • Modernized Dialogs
  • Improved Win64 support
  • Improved Container Classes
  • Added TDirecory helper
  • Large number of bug fixes
  • Improved Property and Component Editors

New in Version 8.0.0. 77 (released on 2022-04-30)

  • Updated maintenance release for RAD Studio/Delphi 11.0/11.1 Alexandria with minor improvements

New in Version 8.0.0. 74 (released on 2022-04-25)

  • Updated maintenance release for RAD Studio/Delphi 10.4 Sydney with minor improvements

New in Version 8.0.0. 73 (released on 2022-04-20)

  • Updated maintenance release for RAD Studio/Delphi 10.3 Rio with minor improvements

New in Version 8.0.0. 69 (released on 2022-03-28)

  • Added support of indexed list collection enumebarbles
  • Improved MAC64 support
  • Improved performance

New in Version 8.0.0. 63 (released on 2022-03-09)

  • Updated maintenance release for RAD Studio/Delphi 10.4 Sydney

New in Version 8.0.0. 62 (released on 2022-03-07)

  • Updated maintenance release for RAD Studio/Delphi 10.3 Rio

New in Version 8.0.0. 59 (released on 2022-03-02)

  • Improved RAD Studio 11 compatibility
  • Improved RGBW and RGBWAlpha color support
  • Improved Execute Process implementation

New in Version 8.0.0. 48 (released on 2022-01-28)

  • Added basic RGBW and RGBWAlpha support
  • Number os small design time bug fixes

New in Version 8.0.0. 43 (released on 2021-12-21)

  • Improved RAD Studio 11 compatibility
  • Improved Mitov.Runtime collections
  • Improved performance
  • Improved Dynamic Type Info support
  • Improved elements editor
 

New in Version 8.0.0. 36 (released on 2021-10-11)

  • Added RAD Studio 11 support
  • Improved Performance
  • Improved Property Editors
  • Improved JSON support

New in Version 8.0.0. 27 (released on 2021-06-20)

  • Improved RAD Studio 10.4 Sydney support
  • Improved Dynamic Type Info implementation

New in Version 8.0.0. 21 (released on 2021-05-12)

  • Added RAD Studio 10.4 Sydney support
  • Improved Dynamic Type Info implementation

New in Version 8.0.0. 0 (released on 2020-11-26)

  • Significantly improved loading execution, and editing speed
  • Redesigned to set property owner fields on creation
  • Significantly improved JSON support
  • Improved IGDIPlus rendering performance
  • Modified to use interface class function methods instead of constructors

New in Version 7.8.3.72 (released on 2020-09-24)

  • Updated to RAD Studio 10.3 Rio Update 3
  • Added OSX64 support
  • Improved overall performance and stability
  • Added option to use Const anonymous methods for improved performance
  • Improved FMX compatibility and support
  • Simplified JSON API
  • Improved JSON implementation
  • Improved sockets implementation
  • Added Sockets Multicast support
  • Significantly improved Execute Process implementation
  • Added support TStrings reverse enumerators and Query interface trough class helper
  • Improved Dynamic Type Info implementation
  • Improved Property Collection and Component Collection editors
  • Improved Property editors

New in Version 7.8.2.288 (released on 2018-12-21)

  • Added RAD Studio 10.3 Rio support
  • Improved Dynamic Type Info implementation
  • Improved property editors

New in Version 7.8.2.271 (released on 2018-11-12)

  • Added Linux support
  • Added iOS support
  • Added RAD Studio 10.2 Tokyo support
  • Improved MAC, and Android compatibility
  • Added Execute Process
  • Added Command Line parsing and Process Execute
  • Added option to disable the design time extentions
  • Added Socket Binding
  • Redesigned JSON Serialization
  • Added TPeriodicThread
  • Added initial Dynamic Type Info implementation
  • Added GetIndexedSubProperty in the RTTI
  • Added GetType for TObject in the RTTI
  • Added support for both object and class in TMethodInfo.Invoke in the RTTI
  • Enchanced Query functionality
  • Added IPairCollection
  • IArrayWriter renamed to ISequentialWriter
  • IArrayReader renamed to ISequentialReader
  • Improved Serialization Readers
  • Added Reserialize
  • Improved design time property editors support
  • Added option to replace property collection items while keeping all compatible settings
  • Added filtering for property collections
  • Added support for categorized list property selection
  • Added TreeView filtering support
  • Updated to use the latest Delphi language features

New in Version 7.8.0.0 (released on 2016-05-03)

  • Added RAD Studio 10.1 Berlin support
  • Improver OpenCL support
  • Improved collections
  • Improved RTTI
  • Added Reset to Default property editors
  • Added Enum property editors
  • Added Class events property editors
  • Added Multi-Event property editors
  • Added Make/Split Structure components

New in Version 7.7.0.0 (released on 2015-10-28)

  • Added 10 Seattle support
  • Improved threading support
  • Clock pins changed to MiltiSink
  • Improved Design Time Editors
  • Improved JSON support
  • Improved collections

New in Version 7.6.0.0 (released on 2015-04-17)

  • Simplified JSON API
  • Enchanced collections
  • Enchanced threading functionality
  • Improved MAC support
  • Enchanced RTTI
  • Significantly improved property Delphi editors

New in Version 7.5.0.0 (released on 2014-11-18)

  • First Release with support from XE4 to XE7
( Click to view Larger images. )
These demos are executable after downloading.
Also see:   Demo source code downloads

Mitov-Runtime Examples

Mitov-Runtime: Frequently Asked Questions

Q: Can I use Mitov Runtime for commercial products?
A:

Yes, Mitov Runtime is free for commercial use without source code.

Q: Can I purchase the source code for the Mitov Runtime?
A:

Yes, you can purchase the source code.

Mitov-Runtime Installers

Firemonkey and VCL Installer: Mitov Runtime 8.0.0.108 VCL and FireMonkey for 12.0 Athens
Updated on 2024-02-22, downloaded 49 times.
Firemonkey and VCL Installer: Mitov Runtime 8.0.0.77 VCL and FireMonkey 32 & 64 bit support for 11.X Alexandria
Updated on 2022-04-30, downloaded 462 times.
Firemonkey and VCL Installer: Mitov Runtime 8.0.0.74 VCL and FireMonkey 32 & 64 bit support for 10.4 Sydney Update 2
Updated on 2022-04-25, downloaded 226 times.
Firemonkey and VCL Installer: Mitov Runtime 8.0.0.73 VCL and FireMonkey 32 & 64 bit support for 10.3 Rio Update 3
Updated on 2022-04-20, downloaded 240 times.

Legacy Firemonkey and VCL Installer: Mitov Runtime 7.8.2.288 VCL and FireMonkey 32 & 64 bit support for 10.2 Tokyo and 10.3 Rio
Updated on 2018-12-21, downloaded 707 times.
Legacy Firemonkey and VCL Installer: Mitov Runtime 7.8.2.0 VCL and FireMonkey 32 & 64 bit support for XE8 to 10.1 Berlin
Updated on 2016-06-07, downloaded 1076 times.
Legacy Firemonkey and VCL Installer: Mitov Runtime 7.7.0.0 VCL and FireMonkey 32 & 64 bit support for XE7 to 10 Seattle
Updated on 2015-10-28, downloaded 598 times.
Legacy Firemonkey and VCL Installer: Mitov Runtime 7.6.1.0 VCL and FireMonkey 32 & 64 bit support for XE6 to XE8
Updated on 2015-06-11, downloaded 637 times.
Legacy Firemonkey and VCL Installer: Mitov Runtime 7.5.0.0 VCL and FireMonkey 32 & 64 bit support for XE4 to XE7
Updated on 2014-11-19, downloaded 845 times.

Demos

These demos are executable after downloading.   Also see: Demo source code downloads
LICENSE - AGREEMENT
 
Users of the Mitov.Runtime(Software) must accept these terms of
license.
 
If you refuse to accept the terms of license, you may not use this software, and
you have the right to return it within 30 days of the purchase date, and to
receive your money back.
 
For your convenience a copy of this license agreement will be stored on your
system during the installation.
 
This license grants you the following rights:
  
  You have a non exclusive license to the Software. The Title and all intangible 
  rights to the Software are the property of Mitov Software .   
 
  You may install and use one copy of the Software per computer assuming 
  only one and the same person will use the Software on all of the computers.
  You may distribute any application that includes Software without any 
  additional royalties beyond your initial license registration fee.
 
  You can also create a reasonable set of copies of the product on different
  types of media, such as CD Rom or Type Backup, as far as those copies are
  used only for your own back up protection.
 
Description of the limitations. 
 
  You may not reverse engineer, decompile, or disassemble the Software.
  The Software is licensed as a single product. You may not rent or lease
  the Software. You must treat the Software like any other copyrighted 
  material except that you may either (a) a reasonable amount of copies of 
  the Software solely for backup or archival purposes, or (b) install the 
  Software multiple computers provided you keep the original solely for 
  backup or archival purposes and only a single developer will use all of the
  copies.
 
  You may not separate Delphi and C++ Builder components from this Software.
  Each developer must have a valid license for the Software.
 
  You may not create a competing component product using this Software.
 
Additional restriction to Delphi-VCL and C++ Builder components: 
 
  You may not distribute the Delphi-VCL components in a DCU (Delphi Compiled
  Unit) format. You can distribute the component only as a part of your
  executable or dynamic link library program in a compiled form.
 
  You may not distribute the C++ Builder components in OBJ format. You can
  distribute the component only as a part of your executable or dynamic
  link library program in a compiled form.
 
 
Mitov Software grants a limited warranty with these restrictions:
 
THE SOFTWARE IS SUPPLIED AS IT IS. MITOV SOFTWARE AND ITS
SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR 
IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
PARTICULAR PURPOSE, WITH REGARD TO THE SOFTWARE. NO 
LIABILITY FOR CONSEQUENTIAL DAMAGES. TO THE MAXIMUM 
EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL 
MITOV SOFTWARE OR ITS SUPPLIERS BE LIABLE FOR ANY 
SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL 
DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, 
DAMAGES FOR LOSS OF BUSINESS PROFITS,BUSINESS 
INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY 
OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR 
INABILITY TO USE THE SOFTWARE.
 
 

News

February 21, 2024more...

NEW RELEASE: Updated RAD Studio/Delphi 12.0.0 Athens version of all the libraries has been released!

December 21, 2023more...

UPDATED: BMDThread Delphi components

December 6, 2023more...

NEW RELEASE: RAD Studio/Delphi 12.0.0 Athens version of all the libraries has been released!

March 9, 2022more...

NEW RELEASE: Updated RAD Studio/Delphi 10.4 Sydney version of all the libraries has been released!

March 7, 2022more...

NEW RELEASE: Updated RAD Studio/Delphi 10.3 Rio version of all the libraries has been released!

March 2, 2022more...

NEW RELEASE: Updated RAD Studio/Delphi 11.0 Alexandria version of all the libraries has been released!

January 28, 2022more...

NEW RELEASE: Updated RAD Studio/Delphi 10.4.2 Sydney version of all the libraries has been released!

January 28, 2022more...

NEW! OpenWire Studio version Beta 8.0.0.48 is released.

December 21, 2021more...

NEW RELEASE: Updated RAD Studio/Delphi 11.0.0 Alexandria version of all the libraries has been released!

October 11, 2021more...

NEW RELEASE: RAD Studio/Delphi 11.0 Alexandria version of all the libraries has been released!

May 12, 2021more...

NEW RELEASE: RAD Studio/Delphi 10.4.2 Sydney version of all the libraries has been released!


More News

Partners

Em
Alliancelogo2

Published

Torry_logo