ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
WINDEV and the SOAP protocol
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Events associated with the project
List of events associated with the project...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Project description: Options tab
The project description window allows you to configure various elements of your project......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Project description: Files tab
The project description window allows you to configure various elements of your project......
Events associated with Looper controls
List of events associated with Looper controls...
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.