ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
MCIClose (Function)
Closes a media file.
MCIPositionFormat (Function)
Fixes the format used to define the position in a media file (opened by MCIOpen).
MCIPlay (Function)
Plays a media file.
MCIOpen (Function)
Opens a media file.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Python functions
The Python functions are as follows......
Specific features of the Express version
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.