ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Display 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
Validates a form in an HTML page displayed in an HTML Display control.
Example
HTMLControlValue(HTM_Display, "LOGIN", sLogin)
HTMLControlValue(HTM_Display, "PASSWD", sPassword)
HTMLValidateForm(HTM_Display)
Syntax
HTMLValidateForm(<HTML Display control> [, <Form>])
<HTML Display control>: Control name
Name of the HTML Display control used.
<Form>: Optional character string
Name of the form to be validated. If this parameter is not specified, the first form in the page displayed in the control will be validated.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help