ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Beep (Function)
Emits a beep.
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
OrganizerChangeZoom (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept for backward compatibility....
PeriodSelection (Property)
The PeriodSelection property is used to determine and specify if the user can select a time period in an Scheduler or Organizer control.
StartDatePeriodDisplayed (Property)
The StartDatePeriodDisplayed property is used to get the start date of the time period displayed in a Scheduler or Organizer control of a report.
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Project Management Hub: Time tracking
The time spent can be listed on......
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.