ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
SocketRead (Function)
Retrieves a message sent by another socket.
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Warning 12: The label is unused
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.