//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
  NAVMDI

DESCRIPTION:
  This example shows how to use MDI for a database application.  

DEMONSTRATES:
  TDataSource, TDBGrid, TDBNavigator, TPanel, TDM1, TDBEdit

COMMENTS:
   
   To use the example:
   
      1)  Use the navigator to move to the next customer and watch the
	  customers data change.
      2)  From the Help menu item select messages.  When it is checked
          a message will come up when you go from customer to customer data. 
      3)  From the window menu you can use the MDI commands 
   

