Hi All
I need some brief guidance on how to import an existing Delphi project into a Web Core project. I see from posts that it can be done but I am missing the first step. I am using Delphi 12.1 and , currently, the Trial version of Web Core to see if it will meet my needs.
I know this is not the correct category but the interface says I am not allowed to create topics in the Web Core section
Thanks
Peter
I'm not sure how to understand this question.
What kind of project do you wish to "import" in TMS WEB Core?
Perhaps I am not understanding the process. I have an original Delphi application that I would like to convert to run in TMS Web Core . So like MyProject.dproj with all the attendant .dfm and .pas files. Can I create a new TMS Web Core project and then select the files from the orignal project so they can be reused in a Web Core ?
If you refer to a VCL application, you cannot just "open" / "import" a VCL application in TMS WEB Core. TMS WEB Core does not directly use VCL components. The typical process is to separate business logic from UI logic and you can reuse the business logic in TMS WEB Core but the UI logic will have to be built using the TMS WEB Core specific UI controls / UI code.