ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
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......
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....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
SysInstance (Function)
Returns the instance of a module.
.NET object
To access a class......
<Map>.GetJSObject (Function)
Returns the instance of the API of Map control.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
ActionPlanInfo (Function)
Retrieves information regarding the execution of an instance of action plan.
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application. for all the applications....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
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.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.