ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InPHPMode (Function)
Indicates whether the code is run in PHP.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
ColorPalette (Function)
Returns a color found in the current palette.
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......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
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....
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
InJavaMode (Function)
Indicates whether the code is run in Java.
MDI functions
List of MDI functions...
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
RegistryRename (Function)
Renames a key in the registry.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
Input (Function)
Displays a message allowing the user to type an information.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....