ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
ExeListProcess (Function)
Returns the list of applications currently run.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Handling report blocks
The different operations available on report blocks are as follows......
iCloseReport (Function)
Stops printing the current report immediately.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Array management functions
List of functions for managing arrays...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
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.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......