ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
RegistryQueryValue (Function)
Reads a value in the Windows registry.
Execute (Function)
Starts the execution of a process through programming.
OpenMobileWindow (Function)
Opens a window in a mobile application.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
Count (Property)
The Count property returns the number of elements in a given set.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
TableMode (Function)
TableMode is kept for backward compatibility.
Global and local variable
Two types of variables are available......
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
EmailGetAll (Function)
Retrieves all the emails found on a server.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.