ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The key items
Keys are specific items in your analysis......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
zipOpen (Function)
Opens an existing archive.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
Java application and WINDEV
A Java application is an application entirely compiled in Java......