ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
ThreadPause (Function)
Pauses the current thread during the specified duration.
AppInstallUPD (Function)
Triggers the automatic update of current application.
SocketRead (Function)
Retrieves a message sent by another socket.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
13. External component in practice
External component in practice...
12. External component in practice
Définit l'image SVG utilisée pour un graphe de type "Pourcentage imagé"....
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.