Libraries
WebHub
ZaphodsMap
TPack
NativeXml
ldiRegEx
|
|
| | Class | Overview | Properties | Methods | Events | Variables | Verbs | Inheritance | | |
Declaration
TwhCreditCard = class(TwhWebActionEx)
Unit
Description
WebAction component to validate credit card numbers, types and expiration dates.
Use the properties as an interface to the features.Example
To determine the credit card type, enter the credit card number property and look at the credit card name property.procedure TForm1.Button1Click(Sender: TObject);
begin
with WebCreditCard1 do begin
CardNumber:=Edit1.text; // 1234-1234-1234-1234
showmessage(CardName); // 'Visa'
end;
end;
Copyright © 1995-2012 HREF Tools Corp. All Rights Reserved Worldwide. This page updated: 03-Jan-2009.
Running DynHelp.exe v1.2.0.9 on WebHub-v2.163 built by d16_win32
Calc time: 218 ms
Running DynHelp.exe v1.2.0.9 on WebHub-v2.163 built by d16_win32
Calc time: 218 ms

TwhCreditCard Class