ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Principle for running threads
At runtime, an application runs in a main thread......
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
ActionRedo (Function)
Runs the last action canceled.
Project (External language)
Opens and runs a WINDEV project.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
nWDInitProject: Initialization code of project
Run the initialization code of project......
SQLExec (Function)
Names and runs an SQL query.
SOAPRun (Function)
Runs a procedure on a SOAP server.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
DotNetRun (Function)
Runs a procedure on a .Net server.
ExecutePresetAction (Function)
Runs a preset WINDEV action.
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
InServiceMode (Function)
Indicates whether the code is run in a service.
ThreadCurrent (Function)
Returns the name of the thread currently run.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
<mongoCollection variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB collection.
DDEExecute (Function)
Sends a command that will be run on the server.