ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dFill (Example)
Usage example of the dFill function
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Events associated with Spin controls
List of events associated with Spin controls...
JSONToVariant (Example)
Usage example of the JSONToVariant function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
NET constants
List of constants used by the DotNet functions....
Overview of external languages
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
SOAP constants
List of constants used by the SOAP functions....
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
HExecuteView (Example)
Usage example of the HExecuteView function
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.