ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
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.
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......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
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.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
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......
HDescribeFile (Function)
Describes a table programmatically.
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
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......
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes......
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.