ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report controls
Several types of controls can be handled in a report created by the report editor......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
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....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Data persistence
The data persistence is used to store the value typed by the user......
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Creating a table in a report
Tables can be created in a report......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
fDelete (Function)
Deletes a file accessible from the current computer.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
8. Windows in practice
Discover the main actions that can be performed on the windows....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.