AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
  • 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
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local