home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / HEAP2SCR.ZIP / README.H2S < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.1 KB  |  53 lines

  1.                           README.H2S
  2.                           ----------
  3.  
  4. On January 4, 1986, procedure Heap2Scr was placed in the public
  5. domain as an addition to Boosters.  A recent freeware product,
  6. Boosters is a collection of assembler-based programmer utilities
  7. for Turbo Pascal (tm).
  8.  
  9. Heap2Scr ('Heap to screen') is defined as follows:
  10.  
  11. Procedure Heap2Scr ( Page : HeapBuf;
  12.                        X1 : ColumnType;
  13.                        Y1 : RowType;
  14.                        X2 : ColumnType;
  15.                        Y2 : RowType;
  16.                        X3 : ColumnType;
  17.                        Y3 : RowType ) ; external 'Heap2Scr.com';
  18.  
  19. Description:  Heap2Scr copies a block from a page on the heap to the
  20.               video display.  The coordinates of the block on the heap
  21.               are given by X1,Y1 (upper left corner) and X2,Y2 (lower
  22.               right corner).  Heap2Scr copies the block to the screen
  23.               beginning at X3,Y3 (upper left corner).
  24.  
  25. Note:         Unlike RestoreScreen, which copies an entire page of the
  26.               heap to video memory, Heap2Scr copies only the defined
  27.               block.  This makes it convenient to store several windows
  28.               of information on a single page of heap, then display them
  29.               individually as needed.
  30.  
  31. Example:      See the demo program, XHeap2Sc (.pas and .com), which
  32.               is being archived with this readme file.
  33.  
  34. The Boosters Utilities are freeware, which means programmers are encouraged
  35. to use and share them.  To those who find Boosters to be of value in their
  36. work, a donation of an amount indicated below would be much appreciated.
  37.  
  38. Boosters are available on various BBSs or may be ordered
  39. directly as follows:
  40.  
  41.       $25 - The utilities, all source code, many examples, users guide
  42.             on disk.
  43.  
  44.       $35 - everything above plus a printed users guide.
  45.  
  46.       Send check or money order to:
  47.  
  48.             George F. Smith
  49.             609 Candlewick Lane
  50.             Lilburn, GA 30247
  51.             (404) 923-6879
  52.  
  53. To those of you who are using and supporting Boosters, many thanks!!