ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Examples provided with WINDEV Mobile
Exports a page contained in a Document variable in image format....
sEvent (Function)
Branches an event on a serial port.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
zipSelectFile (Function)
Selects files from an archive.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
XMLChild (Function)
Positions on the first child element of current element.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
grScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.