ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
gpwOpenSite (Function)
Allows you to start the site when using the user groupware.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Path (Property)
The Path property gets and sets a path.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......