ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Available tests
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Salesforce functions
List of Salesforce functions...
MemSort (Function)
Sorts the elements found in a memory zone.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).