ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
The different types of variables
The different types of variables are......
LDAPDelete (Function)
Deletes an object from the LDAP server.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Binding controls to data
A window or page can display information from......
Recycle code windows
By default, a single code window is opened per ......
Automation object
The Automation keyword is used to declare an automation object...
LDAPListChildren (Function)
Lists the children of an object in an LDAP server.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
AutomationEvent (Function)
Branches a procedure to the event of an automation object.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
Error 705: The property does not exist on this type
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Error 704: The property does not exist on
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
1
3
4
5
6
7
33
>