ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
GanttListTask (Example)
Usage example of the GanttListTask function
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
11. Controls in practice
Discover the main characteristics of the controls...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
State (Property)
The State property is used to get and change the state of an element.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
LDAPRenameAttribute (Function)
Renames an attribute.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
Position (Function)
Finds the position of a specified string within another string.
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
fOpen (Example)
Usage example of the fOpen function