ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser...
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management...
fCreate (Function)
Creates an external file.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
ThreadMode (Function)
Changes the management mode of threads.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using...
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input...
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order...
Creating the Relation pages of a WEBDEV RAD pattern
HIndex (Function)
Rebuilds the file index (".NDX" file).
WDInst: Customize the installer
The setup editor WDInst proposes a standard setup program......
Manipulating Radio Button controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Radio Button controls......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......