ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Control management functions
List of functions for managing controls...
Window management functions
List of functions for managing windows...
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
zipExtractFile (Example)
Usage example of the zipExtractFile function
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Creating requirements
The following steps must be performed to implement the requirements......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
Events associated with a Layout control
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function