Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If it has to be Delphi, is running a web app (in the browser) on the desktop good enough as a 'desktop application'?<br /> In that case I'd suggest Intraweb which comes with Delphi. You can make two projects which use the same units/forms: one EXE which runs with their built-in webserver and one ISAPI DLL that you can install on IIS.<br /> These two programs will have different project files, and you will have to use some IFDEFs throughout the code depending on the version you're compiling (e.g. when defining file locations).</p> <p>As for skinning: The Intraweb pages come with a setting (Set a TIWTemplateProcessorHTML to the form LayoutMgr property) that the page rendering has to be done 'externally', so you can rely on proper HTML/CSS rendering; and updating the look and feel might be as easy as changing the CSS file.</p> <p>The downsides are that Intraweb is quite a steep learning curve, and all your form components have to be Intraweb components - which might limit what you can do (look at the Intraweb palette in the IDE).<br /> <a href="https://forums.embarcadero.com/thread.jspa?threadID=71709&amp;tstart=0" rel="nofollow">Intraweb documentation is still insufficient</a>, I don't know how it is today (and you might have to <a href="http://docs.atozed.com/docs.dll/technical%20information/Feature%20Matrix%20And%20Supported%20enviroments.html" rel="nofollow">update to the standard or professional edition</a>).<br /> Luckily, judging from the <a href="https://forums.embarcadero.com/forum.jspa?forumID=93" rel="nofollow">posts in e.g. the Embarcadero forums</a>, there's still a fair number of people building Intraweb apps, and there are even companies like <a href="http://www.tmssoftware.com/site/tmsiwpro.asp" rel="nofollow">TMS offering additional components</a>.<br /> (I'm not one of them anymore, but that has nothing to do with Intraweb)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload