ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
HSetLog (Function)
Enables or disables log management on a file.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
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......
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).
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
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......
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
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