ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
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....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
5. HFSQL Cient/Server
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control....
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......
<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....
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......
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....
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Environment of the data model editor
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).
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Note (Property)
The Note property is used to get and change a text associated with an element.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.