//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 1987, 1996 Borland International Inc. All Rights Reserved. //--------------------------------------------------------------------------- TITLE: CONTACTS DESCRIPTION: Manage customers and their orders. DEMONSTRATES: + TQuery, TTable, TDataSource, TGroupBox, TSpeedButton, TTabControl + Navigating live data that you can edit + Using a TabControl to organize data in a table + One to many relationship (Customer to Orders) + Relating databases using the MasterFields property of TTable COMMENTS: