ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Accessing a database via a web service
The database can be accessed via a web service......
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
XMLFind (Function)
Performs a search in an XML document.
Creating the Vision windows of the WINDEV RAD pattern
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Service variable
The Service variable is used to......
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
fWrite (Function)
Writes: a character string into an external file. a memory section....