ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
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.
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.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
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......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
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....
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)....
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.
Alias (Property)
The Alias property gets the alias of an element.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
SQLFirst (Function)
Positions on the first row of the query result.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).