ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Conference control
List of events associated with a Conference control...
tapiHold (Function)
Puts a call on hold.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....
tapiAnswerCall (Function)
Answers an incoming call that was detected.
KanbanFilter (Function)
Displays only cards that match the specified filter.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
UploadStart (Function)
Starts sending the selected files into an Upload control.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
NetClientSendMessage (Example)
Usage example of the NetClientSendMessage function
EnumControl (Example)
Usage example of the EnumControl function
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
LOOP statement
The statement block is repeated endlessly...