home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / README.TXT < prev    next >
Text File  |  1997-02-14  |  667b  |  22 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     CONTACTS
  8.  
  9. DESCRIPTION:
  10.     Manage customers and their orders.
  11.  
  12. DEMONSTRATES:
  13.     + TQuery, TTable, TDataSource, TGroupBox, TSpeedButton, TTabControl
  14.     + Navigating live data that you can edit
  15.     + Using a TabControl to organize data in a table
  16.     + One to many relationship (Customer to Orders)
  17.     + Relating databases using the MasterFields property of TTable
  18.  
  19. COMMENTS:
  20.  
  21.  
  22.