ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
Local procedure
Two types of procedures are available......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HCreateMovableReplica (Function)
Creates a movable replication.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
<Stack variable>.Pop (Function)
Pops an element from a stack.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Creating a select query
A select query (corresponding SQL statement......
Declaring and using a variable
A variable is defined by name and type......
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.