ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
5. HFSQL Cient/Server
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
HFSQL Client/Server: Setting up tables on the server
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll....
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Environment of the data model editor