|
|
|
|
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.
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 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|