ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MmoEncryption (Property)
The MmoEncryption property sets the encryption method of the memo file (.MMO) associated with a table.
<emailOutlookSession variable>.ChangeStatus (Function)
Changes the status of an email on a messaging server.
SAP ASE Native Connector (Sybase): Output value of a stored procedure executed on the server
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
WLanguage properties available in PHP
The following properties are available in PHP...
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Setup on a local network (LAN)
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
HDescribeLink (Function)
Describes a link between two tables programmatically.
HDescribeItem (Function)
Describes a file item programmatically.
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
<Array>.Sum (Function)
Calculates the sum of the array elements.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......