ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Events associated with Bar Code controls
List of events associated with Bar Code controls...
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
iPrintImage (Example)
Usage example of the iPrintImage function
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
FileDisplay (Example)
Usage example of the FileDisplay function
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
UploadStart (Function)
Starts sending the selected files into an Upload control.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
HRead (Function)
Reads a record in a file according to a given record number.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......