ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ImageArea (Function)
Returns the number of the image area clicked by the Web user.
zipFileSize (Example)
Usage example of the zipFileSize function
SOAPRun (Function)
Runs a procedure on a SOAP server.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
xBase files: Limits
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Constants for WLanguage types
List of constants for managing WLanguage types....
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.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function