TWebGoogleReCaptcha
Description
The TWebGoogleReCaptcha
implements v3 of the Google ReCaptcha API
.
Below is a list of the most important properties methods and events for TWebGoogleReCaptcha
.
Please note that the Google ReCaptcha
also requires server-side logic.
Information about the backend functionality can be found here:
https://developers.google.com/recaptcha/docs/verify?hl=en#token_restrictions
 |
 |
Designtime |
Runtime |
Properties for TWebGoogleReCaptcha
Property |
Description |
APIKey |
A valid Google API Key is required |
APIUrl |
Sets the URLfor the backend AP |
Methods for TWebGoogleReCaptcha
Method |
Description |
Verify(Action) |
Start the ReCaptcha verification process. An optional Action string value can be provided which is returned with the OnVerified event. |
Events for TWebGoogleReCaptcha
Event |
Description |
OnVerified |
Event triggered when the ReCaptcha verification process has finished. Returns the verification results in the Args parameter values: Action , Score , TimeStamp , HostName |