ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / HTTP functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HTTPCancelForm (Function)
In french: HTTPAnnuleFormulaire
Cancels the declaration of an HTTP form and frees all its resources. This form was created by HTTPCreateForm.
Example
HTTPCreateForm("FORM")
...
HTTPSendForm("FORM", "www.mysite.com")

CASE ERROR:
HTTPCancelForm("FORM")
Syntax
HTTPCancelForm(<Form name>)
<Form name>: Character string
Name of HTTP form. This name was specified when the HTTP form was created (HTTPCreateForm).
Component: wd290com.dll
See also
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help