ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
FolderData (Function)
FolderData is kept for backward compatibility.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.