PHONE.PAS is a small demo program that shows how one might implement a simple
link to a data base (in this case, stored in a stream file). As delivered, it
uses the PHONELST.PAS unit to display the data base of names and phone
numbers in a list box. If you change the USES statement in PHONE.PAS to use
PhoneDlg instead of PhoneLst, it will instead use the PHONEDLG.PAS unit,
which displays the data base records one at a time in a dialog box. See the
source code for documentation.

Please note that error-checking is extremely minimal--this code is not
intended for direct usage in a real application! For example, clicking on the
"Remove" button in the record display dialog will remove the selected record
without asking the user for confirmation.

Please direct any questions, comments, etc. to:

  Steve Schafer
  71121,1771
