ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingHourStart (Property)
The WorkingHourStart property gets and sets the start time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Combination (Type of variable)
A combination is a set of options.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
HCreateMovableReplica (Function)
Creates a movable replication.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Constants for manging the replication
List of constants used by the functions for managing the replication....
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Code statistics
The code statistics affect......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
SQL functions: Special case
List of SQL functions: Special case...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
fCreateLink (Function)
Creates a link on a file at the specified location.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......