ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
iPrintReport (Function)
Prints a report created with the report editor.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
HChangeConnection (Example)
Usage example of the HChangeConnection function
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......