{---------------------------------------------------------------------------------------

    The purpose of this component is to allow applications to easily
    incorporate a phone number field that will convert alpha characters into
    their numeric equivelent on the phone dial-pad.

    This component is used just like any edit component, with the addition of
    mapping output to other edit controls.

    To parse the names from the field, the control must first have a reference to
    five other standard TEdit controls.  These must be referenced according to the
    type of data you wish for them to contain.  The fields to reference are as follows:

    NumericField

    AlphaNumericField

    LocaleField

    CountryField

    If the StateLookup or CountryLookup does not work on every case, you may add cases
    to the StringList directly after inserting the component, or you may dynamically
    load the data from a flat text file (Formatted like a TStringList) at runtime
    for extra functionality.

To install this component, simply Click on Install Components from the Options menu
in Delphi, and select files of type (*.dcu).  Select the DTMFEdit.dcu and click OK.

This component is being marketed as shareware with the "try before you buy" concept.
All registered owners are entitles to full VCL source code, and maintenance releases
as they occur.  Registration is $25 US.

Please send to:

Jim Wood
3652 S Newcombe Way
Lakewood, CO 80235

Comments & Questions to: jwood@cfer.com

Thank you!
---------------------------------------------------------------------------------------}
                              {Copyright  1996 by Jim Wood}

