ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
WaitWindowStart (Function)
Opens the wait window of application.
iFont (Function)
Selects the default font.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Open (Function)
Opens a modal WINDEV window.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.