ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
The Static control
A Static control is a control used to display a static text......
How to open a window?
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
gpwAddUser (Function)
Adds a user to the User Groupware database.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......