ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
SocketConnect (Function)
Connects a client computer to a given socket.
SQL view
An SQL view is a virtual data source defined by an SQL query......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
Multi-database queries
A query (typed in SQL code) can operate on different databases......
13. External component in practice
External component in practice...