ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Enqueue (Function)
Adds an element to the queue.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
Push (Function)
Pushes an element onto the stack.
fSeparator (Function)
Returns a file path with normalized separators.
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
Service variable
The Service variable is used to......
NumberInWords (Function)
Converts a number to words.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.