ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
zipCreate (Function)
Creates an archive.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Category (Property)
The Category property gets and sets the category of an element.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
ConnectionPoint (Property)
The ConnectionPoint property allows you to handle the connection points of a shape in a Diagram Editor control.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
ArrayDistinct (Function)
Returns an array without duplicates.
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
grDestinationWnd (Function)
Defines a window as chart destination.
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
PythonExecute (Function)
Executes a function present in a Python module.