ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
Alias (Property)
The Alias property gets the alias of an element.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
InitRandom (Function)
Initializes the generator of random numbers.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Compound statements
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.