ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
1. Testing a site: Elements to be tested
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
14. PHP generation in practice
WDDeploy features
WDDeploy can be used to......
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Chart>.TimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Area (Property)
The Area property is used to define an area.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......