ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ShellExecute (Function)
Opens a document in its associated application.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
SaaSAdminFindClient (Function)
Finds a SaaS client account.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
The different types of windows
The following types of windows can be created in a WINDEV application......
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Error 2109: You are using the ObjectInfo function
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.