Use Delphi RTL in RemObjects Oxygene WPF NET project

Hi!

Is it possible to use the Delphi RTL for elements, recompiling it in a C# NET project?
The scenario is a WPF project referencing a NET project with the Delphi RTL.

It seems not possible, the Delphi RTL is usable only in a RemObjects Oxygene Island?

Thanks to all
Federico

Delphi RTL is available for all platforms, not just Island. While it’s designed mainly for use from Oxygene, it’s usable from all four Elements languages. SO this would include a RemObjects C# WPF app. Simply add a reference to Delphi.dll, and add RemObjects.Elements.RTL.Delphi to your usings.

—marc

thanks a lot!
Federico

1 Like

How to create VCL TForm from RemObjects.Elements.RTL.Delphi.VCL.Forms.Windows.pas?
TForm is not available for public use.

tx