ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / HTTP functions
  • Freeing resources
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
HTTPCreateForm (Function)
In french: HTTPCréeFormulaire
Creates an HTTP form. This form can be sent by HTTPSendForm and it can be handled by the functions for managing HTTP forms.
Example
HTTPCreateForm("FORM")
...
HTTPSendForm("FORM", "www.mysite.com")
Syntax
HTTPCreateForm(<Form name>)
<Form name>: Character string
Name of HTTP form. This name is used to handle the HTTP form through programming (with HTTPAddParameter for example). The form is cleared if it already exists.
Remarks

Freeing resources

The declaration of the form can be canceled with HTTPCancelForm. This function is used to free the allocated resources. The allocated resources are automatically freed:
  • at the end of the current thread (or the end of the application if it is the main thread).
  • during the call to HTTPSendForm.
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