ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enumeration (Type of variable)
An enumeration is a set of values......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
5. Deploying a dynamic site (Session or AWP) in practice
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Automation object
The Automation keyword is used to declare an automation object...
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Comparison operators
The comparison operators can be divided into several categories......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
12. Retrieving data from a site
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Multilingual project
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......