ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The test mode cannot operate without the project and its pages, ...
Error 502: Incompatible type
Scanner functions (prefix syntax)
The scanner functions are as follows:...
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
3. Site development life cycle
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SaaSAdminModifySite (Function)
Modifies a SaaS site.
SaaSAdminDeleteSite (Function)
Deletes a SaaS site.
SaaSAdminAddSite (Function)
Adds a SaaS site.
ERR_DISCONNECTED_UPDATE
grScatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
<Chart>.Scatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
ERR_BAD_APPLICATION
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....