ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
Error 1011: To access the global member of the class, use ClassName::MemberName
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
EmailUpdate (Example)
Usage example of the EmailUpdate function
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
SNMP constants
List of constants used by the SNMP functions....
Multimedia constants
List of constants used by the multimedia functions....
Signature control properties
You can manipulate Signature controls in a report using the following WLanguage properties......
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
gglPerson (Variable type)
The gglPerson type is used to describe and modify the participants attending an event of a Google calendar...
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
dPolygon (Example)
Usage example of the dPolygon function
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.