ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
SaaS functions
The SaaS functions are as follows:
Error 3: The string has no final "
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
XLS file handling functions
List of functions for managing XLS files...
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
Creating an insert query
An insert query (corresponding SQL statement......