ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Android Widget windows
An Android application can contain one or more Widget windows......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
iSkipLine (Function)
Forces one or more line break.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
3. Debugger
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Error 3: The string has no final "
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
Zombie data files and items
During the life of an application, items live and die......
The HTML Display control
The HTML Display control displays a web page in an application......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Sorts in a report
The sort is used to organize the information displayed in the report......
Error 202: The method already has an access attribute (public, protected or private)
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
1
2
3
4
5
6
278
>