ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Operations performed on object diagrams
The following paragraphs explain......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
.NET object
To access a class......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
LDAPDelete (Function)
Deletes an object from the LDAP server.
Binding controls to data
A window or page can display information from......
Recycle code windows
By default, a single code window is opened per ......
LDAPListChildren (Function)
Lists the children of an object in an LDAP server.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
OLELoad (Function)
Initializes an OLE control with an OLE object.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
1
2
3
4
5
6
58
>