ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgEnableAssert (Function)
Enables or disables the assertive programming.
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
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....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
TableBreakIndex (Example)
Use example for the TableBreakIndex function
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
IF statement
The conditional IF statement allows you to run an action according to a condition...
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
General environment of WINDEV