ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
Service variable
The Service variable is used to......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
25. Performing a process on several successive pages
Performing a process on several successive pages...