ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
Several print modes are available for a report.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
iPrintBlock (Function)
Forces a report block to print.
ErrorThrow (Function)
Throw a non-fatal error.
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
LDAPRenameAttribute (Function)
Renames an attribute.
PDF file management functions
...PDF file functions...
Complete (Function)
Returns a character string of a specified length.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Other operators
The following are additional operators......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
5. Site test in practice
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.