ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
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.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
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....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
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......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
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.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
ArrayDistinct (Function)
Returns an array without duplicates.
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...