TNNCreditCard V1.0

This component providing Credit Card Number Validation. It tested for
all major credit cards.


Properties:
	- CardNumber - Put CC Number Here
	- CardValid  - if CardNumber is valid then this property is True
	               otherwise False

Methods:
	- CardNumberVerify( CardNumber : string ) : boolean
	  if you dont want validate CC# via properties you can call
	  this function directly

Events:
	- OnBeforeValidation
	- OnAfterValidation  


For questions or comments please email: roman@ntpg.net
or visit:				http://www.ntpg.net

                  * * * * * * * * * * * * * * * * * *
               THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT
               WARRANTY OF ANY KIND, EITHER EXPRESSED OR
               IMPLIED. THE USER ASSUMES THE ENTIRE RISK
                 OF ANY DAMAGE CAUSED BY THIS SOFTWARE.

                 IN NO EVENT SHALL THE AUTHOR BE LIABLE
               FOR DAMAGE OF ANY KIND, LOSS OF DATA, LOSS
               OF PROFITS, BUSINESS INTERRUPTION OR OTHER
             PECUNIARY LOSS ARISING DIRECTLY OR INDIRECTLY.
                  * * * * * * * * * * * * * * * * * *
