Mida Converter

Mida Community Forum => General Discussion => Topic started by: lopezan on June 19, 2014, 10:37:43 am

Title: Can I convert my VCL project to FMX?
Post by: lopezan on June 19, 2014, 10:37:43 am
I'm interested to purchase MIDA studio, but I need some information.
I have a project written in Delphi 7 that uses some components as:
- Devexpress (included GRID)
- FIBPLUS

and I need to convert it:
- Devexpress -> standard delphi FMX components
- Devexpress grid -> TMS FMX grid
- FIBPLUS -> Devart Unidac

and other components.

It's possibile this conversion?
Title: Re: Can I convert my VCL project to FMX?
Post by: MauroBotta on June 20, 2014, 11:26:22 pm
Hi

check this post:
http://midaconverter.com/forum/index.php?topic=355.0


1) For DevExpress are well converted : Those that have a similar component under FireMonkey, as TcxPageControl, TcxTabSheet, TDxNavBar, TdxMaskedit ...

2) Mida Pro and Studio support these grid :
- TGrid
- TStringGrid
- TMS TTMSFMXGrid
- IP twwDataGrid ( new Mida 4.2 )

3) Total conversion don't support, for now, FIBPLUS to Devart Unidac
 
But it is very easy add it manually, Open Mida , and indicate original and destination component,

for example :

TpFIBQuery -> TUniQuery

Componets, property and units are full supported.





Best Regards