ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowserPlatform (Function)
Returns the user's browser platform....
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
LocalStorageAdd (Function)
Adds a value to the local storage.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Constants for managing certificates
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Properties associated with a TreeMap element
The following properties can be used with an element of a TreeMap control......
Hasp constants
The Hasp constants are as follows......
TableInfoXY (Example)
Usage example of the TableInfoXY function
CommandLine
The CommandLine keyword can correspond to...