ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a static project
The test of the entire project allows simulating the startup of the site...
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....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
SQLExec (Function)
Names and runs an SQL query.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
RedisSet (Function)
Changes the value of a key on a Redis server.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
The Organizer control
The Organizer control is used to display and handle organizers......
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, ......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......