ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Push (Function)
Pushes an element onto the stack.
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Enqueue (Function)
Adds an element to the queue.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
MySelf (Reserved word)
MySelf is used to handle the current control...
Sum (Function)
Calculates the sum of the array elements.