ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
gpwMode (Function)
Returns the runtime mode of the User Groupware.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
Handling menu options programmatically
The menu options can be handled......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.