ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Translating a text file with WDTRAD
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Navigation Bar control properties
A Navigation Bar control can be manipulated in WLanguage in a page with the following properties......
Constants for SMS functions
List of constants used by the SMS functions....
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
iSelectFont (Function)
Creates a new print font from the standard Windows font selection window...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Linear Looper control properties
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Applet control properties
List of properties associated with the Applet control...
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Site Map control properties
List of properties associated with a Site Map control...
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
How to create a menu?
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......