ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
User Groupware management functions
List of functions for managing the User Groupware...
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WEBDEV Application Server - 10 connections - License agreement
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
20. Managing suggestions and incidents
Managing suggestions and incidents...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change 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)....
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
SaaSAdminAddUser (Function)
Adds a SaaS user.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.