//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1999-2002 Borland Corp.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
    Global Dive Supply Demo

DESCRIPTION:
    This demo shows two views of data and data filtering capabilities.

DEMONSTRATES:
    + TDataModule, TTable, TDataSet, TDBGrid, Form inheritance

COMMENTS:
       Click the 'Customers' and 'Terms' buttons. The 'Filter' checkbox and
       typein are used to activate data filtering. In the 'Customer Contacts'
       form type in a state, ie. HI, or St. Croix. In the 'Dispay Orders By
       Term' form type in a payment term type, ie. FOB, or Net 30. The checkbox
       is set to checked when you start typing.
