ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV site deployment: automatic modification of data files
The automatic modification of the data files allows updating the description of data files on the Web server...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Keep-alive on connection
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices...
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
fImageSelect (Function)
Opens the image picker of Windows.
fSelectDir (Function)
Opens a directory picker.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Priority (Property)
The Priority property is used to get and change the priority level of an element.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.