ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetActiveObject (Example)
Usage example of the GetActiveObject function
Dictionary
The dictionary is a file that can contain the project elements......
Creating a flexible modeling
To create a new flexible modeling, you can......
Describing an element
A flexible modeling includes different elements linked together......
LDAPNbValue (Function)
Returns the number of values for an attribute.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
HOnError (Function)
Customizes the management of HFSQL errors.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
8. OOP
WINDEV Mobile Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Serialization constants
The serialization constants are as follows:
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
Seek (Function)
Searches for the index of an element in a WLanguage array.
2. User-friendly editors in practice
User-friendly editors in practice...
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.