ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input (Function)
Displays a message allowing the user to type an information.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Reals
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Warning (Function)
Displays a custom message in a system warning window.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
SocketWrite (Function)
Writes a message intended to another socket.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
2. Projects in practice