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

TITLE:
    TextDataSet

DESCRIPTION:
    This project demonstrates creating a custom DataSet component that works with 
    text files.

DEMONSTRATES:
    + Component Creation
    + Packages
    + TDataSet

COMMENTS:
    In order test this example, you will need to compile and install the package.
    You can then just drop the componet on a form and use it.
