ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
RegistryRename (Function)
Renames a key in the registry.
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
VariableReset (Function)
Resets the variable to its initial value.
ColorPalette (Function)
Returns a color found in the current palette.
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....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.