ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Background (Variable type)
The Background type defines the advanced characteristics of the element background.
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
Password (Property)
The property 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....
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)....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Speech synthesis in the mobile applications
The phones can talk!......
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......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Position
The Position keyword can correspond to...
Update (Property)
The Update property specifies the updates to be made.
Alias (Property)
The Alias property gets the alias of an element.
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.