ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
VariableReset (Function)
Resets the variable to its initial value.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
InJavaMode (Function)
Indicates whether the code is run in Java.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the table used to manage the automatic reindexing.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
MDI functions
List of MDI functions...
Shared information
The information entered when creating the files and the items is shared throughout the environment......
InPHPMode (Function)
Indicates whether the code is run in PHP.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
InputMask (Variable type)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Text (Property)
The Text property is used to get and modify text.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....