ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing Organizer controls (prefix syntax)
The following functions are used to handle the Organizer control via prefix syntax:...
ThreadSendSignal (Example)
Usage example of the ThreadSendSignal function
ExeRemoteRun (Function)
Starts running a remote program from the current application.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
gpwConnectUser (Function)
Connects a user to the User Groupware.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
tapiAnswerCall (Function)
Answers an incoming call that was detected.
InAndroidMode (Example)
Usage example of the InAndroidMode function
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
GetActiveObject (Example)
Usage example of the GetActiveObject function
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.