ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
The OLE control
The OLE control is used to handle an OLE object......
DDE functions
List of DDE functions...
OLE functions
List of OLE functions...
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Private Store for mobile applications
There are two methods two deploy your applications......
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
ERR_NO_PROJECT
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
10. Smart controls
Smart controls...
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
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.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
The Clickable Image control
The Clickable Image control can be used to......