ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
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....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Error 1018: The method is global: use the: operator: to access it
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
Video functions
List of video functions...
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Google Contacts management functions
List of functions for managing Google contacts...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
The Multimedia control
The Multimedia control is used to play multimedia files......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......