ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Certificate functions
The following functions are used to handle the certificates:...
1. Creating a WEBDEV project and its database schema
WEBDEV Tutorial - Creating a WEBDEV project and its database schema Lesson 1 - Creating a WEBDEV project and its database schema - 5 min
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
5. User Groupware in practice
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
SQLReqExists (Function)
Checks the existence of a query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....