ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
fWriteLine (Example)
Usage example of the fWriteLine function
SOAPRunXML (Function)
Runs a procedure on a SOAP server.