Hello,
We have a Delphi application here that works very well.
We are looking for a specific data display mode and could not find any Delphi component, but we found a very good .Net component at DevExpress.
So we decided to look around to see if it is possible to “host” such a .Net component in a Delphi application and came across Hydra.
Looking at the documentation, it seems possible by creating a plugin in C# and using that in the Delphi “host”.
But what I’m not understanding is how the properties and methods from the component are published. And are there any limitations as to what can be done or the performances of the hosted components?
Regards,
Olivier