ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Various WEBDEV constants
Various WEBDEV constants...
TableMode (Function)
TableMode is kept for backward compatibility.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
ControlClone (Function)
Creates a new control from an existing control.
dbgInfo (Function)
Returns a debug information.
Copying and cloning
Variables are copied using the "=" operator...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.