ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Popup control properties
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Guided tour management constants
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
EventTimeline (Variable type)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
SCM: Managing rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Constant
The constants are language elements whose value is fixed once and for all...
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)...