home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MEMTABLE.ZIP / README.txt < prev    next >
Encoding:
Text File  |  1999-02-04  |  2.7 KB  |  64 lines

  1. TkbmMEMTABLE v. 1.04 (4. Feb 1999)
  2. =========================================================================
  3. An inmemory temporary table.
  4.  
  5. BEFORE USING THIS COMPONENT, YOU ARE REQUESTED TO READ ALL OF THIS TEXT
  6. DOCUMENT AND SPECIALLY TO NOTICE AND ACCEPT THE DISCLAIMER.
  7.  
  8. Can be used as a demonstration of how to create descendents of TDataSet,
  9. or as in my case, to allow a program to generate temporary data that can
  10. be used directly by all data aware controls.
  11.  
  12. Copyright 1999 Kim Bo Madsen/Optical Services - Scandinavia
  13. All rights reserved.
  14.  
  15. You are allowed to used this component in any project for free.
  16. You are NOT allowed to claim that you have created this component or to
  17. copy its code into your own component and claim that is was your idea.
  18. Im offering this for free for your convinience, and the ONLY thing I request
  19. is to get an e-mail about what project this component (or dirived versions)
  20. is used for. That will be my reward of offering this component for free to you!
  21.  
  22. You dont need to state my name in your software, although it would be
  23. appreciated if you do.
  24.  
  25. If you find bugs or alter the component (f.ex. see suggested enhancements
  26. further down), please DONT just send the corrected/new code out on the internet,
  27. but instead send it to me, so I can put it into the official version. You will
  28. be acredited if you do so.
  29.  
  30. To use it, some fields has to be defined, either programmatically by
  31. setting up fielddefs, or by doubleclicking TMemTable icon on the form.
  32.   - Rightclick to get menu.
  33.   - Choose New field.
  34.   - Specify field name and type + optionaly size (only for strings).
  35.   - Make sure that fieldtype is Data.
  36.   - Add more optional data, calculated or lookup fields if needed.
  37. The field definitions will be stored on the form automatically if created
  38. this way.
  39.  
  40. To use it:
  41. Use it like any other TTable. Eg: Open, Add records, Read records, Close.
  42. Remember that when the close is issued, all records are forgotten.
  43.  
  44. Please see the comments in the start of the componentsource for whats new
  45. in this release.
  46.  
  47. DISCLAIMER
  48. By using this component or parts theiroff you are accepting the full
  49. responsibility of the use. You are understanding that the author cant be
  50. made responsible in any way for any problems occuring using this component.
  51. You also recognize the author as the creator of this component and agrees
  52. not to claim otherwize!
  53.  
  54. Please forward corrected versions (source code ONLY!), comments,
  55. and emails saying you are using it for this or that project to:
  56.            kbm@optical.dk
  57. //=============================================================================
  58.  
  59. History:
  60.    Please look in the sourcecode.
  61.  
  62. Co-Developers:
  63.    Claude Rieth from Computer Team sarl (clrieth@team.lu)
  64.