ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Environment of code editor
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Internal component
An internal component is a set of elements from a project......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
PDF Reader control: Use ribbon and panes
The PDF Reader control includes multiple features accessible via......
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
HOpen (Function)
Opens a data file.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
SocketCreate (Function)
Creates a socket.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Manipulating HTML Display controls programmatically
The HTML Display control displays a web page in an application......