Содержание

ReportBadCaptchaCB

Sends report of incorrectly unraveled captcha in recognition service captchabot.com.

Syntax

function ReportBadCaptchaCB(aKey: string; aCaptchaID: integer): string;

Parameters

Returned value

Notes

Examples

  1. //{$MODE PASCAL}
    var response := ReportBadCaptchaCB('MyKey', 1000);
    Log(response);