ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Query editor: Characteristics
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Calling a procedure/a function
Syntax for calling a local or global procedure.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
dbgSaveDebugDump (Function)
Saves a dump file of the application.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fWrite (Function)
Writes: a character string into an external file. a memory section....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Advanced types
The advanced types of WLanguage are as follows...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
The Upload control
The Upload control is used to upload files on the Web server......