home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / dnarrays.lzh / README.TXT < prev   
Text File  |  1995-07-16  |  1KB  |  38 lines

  1. This archive should contain the following files:
  2.  
  3.   arrays.pas    the dynamic arrays unit
  4.   fastmem.pas   a support unit 
  5.   arrays.hlp    the documentation for both units
  6.   readme.txt    this file
  7.  
  8. Usage of the array classes is demonstrated by a test program, which 
  9. consists of the following files:
  10.  
  11.   arrtest.dpr   main program file
  12.   arrtest1.pas - arrtest8.pas   forms units
  13.   arrtest1.dfm - arrtest8.dfm   forms definition files
  14.  
  15. The test program has no documentation but should be pretty easy to understand. 
  16. You can create instances of several different array classes via the Arrays|Use
  17. menu item, fill them with stuff, resize and sort them, write them to files and 
  18. read them back etc.. Individual items can be changed, deleted or inserted. You 
  19. can make copies of an array (+ the form that displays it) with Arrays|Clone and 
  20. then copy items between arrays (if they are of the same class). 
  21.  
  22. You will need to change the path names used in the Uses clause of
  23. arrtest.dpr to get the thing to compile.
  24.  
  25. If you find any bugs or inconsistencies in the Arrays or FastMem Units or in the
  26. documentation, please report them to me. 
  27.  
  28. All files in this archive are freeware. You may use them in your programs, whether 
  29. commercial or not, if you give due credit to the author. You use this code at your 
  30. own risk, if your monitor goes up in smoke or some such thing as a consequence, 
  31. don't blame me <g>!
  32.  
  33.  
  34.   Dr. Peter Below
  35.   CIS 100113,1101
  36.  
  37.  
  38.