AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
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
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