ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spare server
A "spare" server is a target server in a unidirectional automatic replication......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
ErrorThrow (Function)
Throw a non-fatal error.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Other operators
The following are additional operators......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
5. User Groupware in practice
ThreadPersistent (Function)
Makes a thread persistent.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Events associated with TreeView controls
List of events associated with TreeView controls...
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.