index.htm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Indy Demo Base (Server)</TITLE>
  4. </HEAD>
  5. <BODY>
  6. <Center><h1>Indy Demo Base (Server)</h1>
  7. Origional Developer: Jeremy Darling<br>
  8. Release Date: September 10th, 2003</center><br>
  9. This is a conversion of the Indy 9.x base server to Indy 10.0b and has all of
  10. the same features as well as some new ones. This basic layout should be sufficient
  11. for any server project. To modify this to run with one of the other server
  12. components simply remove "Server" from the project main form (frmMain) and place
  13. your new server component on it, then name this component "Server". Their are
  14. spots in the code for adding in features and a basic client connection object is
  15. provided for your convienence.<br><br>
  16. <b>New Features</b> (please look at code for better understanding)<b>:</b><br>
  17. <table>
  18. <tr>
  19. <td width=15>
  20. </td>
  21. <td>
  22. Log procedure added.<br>
  23. Process Log is now color coded.<br>
  24. Single button start and stop.<br>
  25. Many more read the comments in the code for more information.
  26. </td>
  27. </tr>
  28. </table><br>
  29. I have no illusions that this code is bug free. If you find something let me
  30. know about it and I will get the fix into the version I send to the Demos Team.<br>
  31. <br>
  32. Thanks,<br>
  33. <a href="mailto:[email protected]">Jeremy Darling</a>
  34. </BODY>
  35. </HTML>