home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Print.exe / readme.txt < prev   
Text File  |  1998-02-09  |  576b  |  20 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     PRINTING
  8.  
  9. DESCRIPTION:
  10.     A simple five page editor that prints.
  11.  
  12. DEMONSTRATES:
  13.     + Printing all or a range of pages using TPrinter
  14.     + Querying the user with TPrintDialog
  15.     + Using TStringList to manage text for multiple pages
  16.     + TTabSet, TPanel, TMemo, TSpeedButton
  17.  
  18. COMMENTS:
  19.  
  20.