ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
iDestination (Function)
Configures the print destination.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Welcome to Reports & Queries
Reports & Queries is used to......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
ChronoReset (Function)
Stops 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.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Native Sybase Connector for WINDEV and WEBDEV 2024
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Help about new features: Letting users know about changes
Applications are constantly evolving......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
The Static control
A Static control is a control used to display a static text......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.