ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Burner constants
List of constants used by the burner functions....
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
HListServer (Function)
Lists the HFSQL servers installed on a computer.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
LOOP statement
The statement block is repeated endlessly...
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Constants for managing certificates
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
grDestinationWMF (Function)
Defines a meta file as chart destination.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Automatic calculations in a Table control (AAF)