Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Delphi app via browser?

Status
Not open for further replies.

henriko77

Technical User
Oct 7, 2003
1
ID
I've made a delphi app. How to make it accessible from browser such as IE?
Thx alot!
 
You can't do it that easily, it has to be specially written from the start to be able to do that.
 
You can add a WebServer component (or Indy's HTTPServer) to your application. This will allow your delphi app to respond to a browser. You can then write code to return HTML pages based on the URL's entered into the browser address box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top