ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
EventClose (Function)
Closes a synchronization event between several threads.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
DocClose (Function)
Closes a docx file and frees the document.
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SocketClose (Function)
Closes a socket or a connection to a server socket.
BurnerEject (Function)
Opens or closes the door of current burner.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Error 1022: The access to the method of the class is restricted by a protected inheritance
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Dictionary
The dictionary is a file that can contain the project elements......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Extracting the text of the project
The following text can be extracted......
Locking data files: correspondence between WINDEV 5.5 and the later versions