ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
SendMessage (Function)
Sends a Windows message to a control or to a window.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
iPrintReport (Function)
Prints a report created with the report editor.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
State (Property)
The State property is used to get and change the state of an element.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
HOpen (Function)
Opens a data file.
SocketWrite (Function)
Writes a message intended to another socket.
12. Pages in practice
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
SMSSend (Function)
Sends an SMS.
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...