ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a SOAP server with Netscape iPlanet 4.1
7. Multilingual sites in practice
Handling a control through programming in a report
All report controls can be handled through programming......
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
The Tab control
The Tab control is used to simultaneously display different controls......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Constants for managing Gantt charts
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.