ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LoWord (Function)
Returns the two low bytes of an integer.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
HiWord (Function)
Returns the two high bytes of an integer.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
REP files
REP files contain the list of data files handled by the application....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
WaitWindowStart (Function)
Opens the wait window of application.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Various constants
List of various constants....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.