ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SysSpace (Function)
Returns the physical memory space for the current computer.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
SysYRes (Function)
Returns the vertical screen resolution.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
dDisplay (Function)
Displays the drawing in the Image control.
fTrackFile (Function)
Triggers the tracking of a file.
Static control properties
List of properties associated with a Static control...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......