home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // Borland C++Builder
- // Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
- //---------------------------------------------------------------------------
-
- TITLE:
- PRINTING
-
- DESCRIPTION:
- A simple five page editor that prints.
-
- DEMONSTRATES:
- + Printing all or a range of pages using TPrinter
- + Querying the user with TPrintDialog
- + Using TStringList to manage text for multiple pages
- + TTabSet, TPanel, TMemo, TSpeedButton
-
- COMMENTS:
-
-