ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
dCopyImage (Example)
Usage example of the dCopyImage function
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
ID (Property)
The ID property is used to get and change IDs.
Time (Type of variable)
The Time type is used to easily handle the times...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
fListDisk (Function)
Returns the list of disks installed on the computer.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.