ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
BackgroundTaskAdd (Function)
Adds a new background task.
ServiceRestart (Function)
Restarts a service (already started).
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.