ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Internal components in practice
Internal components in practice...
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Manipulating a Layout control programmatically
A Layout control can be......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Declaring and using a variable
A variable is defined by name and type......
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
CertificateList (Function)
Returns the list of certificates available on the computer.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
VariantConvert (Function)
Converts the value stored in a Variant variable].
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).