ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Description (Property)
The Description property is used to get and change the description of an element.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HSetPosition (Example)
Usage example of the HSetPosition function
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
LanguageToName (Function)
Returns the name of a language.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
zipFindFile (Example)
Usage example of the zipFindFile function
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
zipInfoFile (Example)
Usage example of the zipInfoFile function
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
HDescribeItem (Example)
Usage example of the HDescribeItem function
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Programming automatic calculations in the columns of a Table control
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....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.