ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
5. Site test in practice
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
HExecuteProcedure (Function)
Runs a stored procedure.
apExecute (Function)
Runs an action plan.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
MemCreate (Function)
Creates a memory area.
ColorHue (Function)
Calculates the hue of a color.
Managing assertions
...The main available features are as follows:...
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
MutexEnd (Function)
Signals that the thread frees the mutex.
Project (External language)
Opens and runs a WINDEV project.
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
ActionRedo (Function)
Runs the last action canceled.
<Image>.Fill (Function)
Colors an area in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
nWDInitProject: Initialization code of project
Run the initialization code of project......