ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
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...
Environment of code editor
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.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
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.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
Events associated with Table controls
List of events associated with Table controls...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Task list
Each project can be associated with a task list......
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
fCompress (Function)
Compresses a file.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......