ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
FTPDate (Example)
Usage example of the FTPDate function
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
TreeExpand (Function)
Expands a node in a TreeView control.
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Composite variable
A composite variable contains different types of elements (members)...
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......