ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
3. Project dashboard
Project dashboard...
3. Project dashboard
Header
The Header property is used to get and change a header.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
HTTPRequest (Function)
Starts an HTTP request on a server.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
fListResource (Function)
Lists the resources integrated to the application.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
fRename (Function)
Modifies the name of a file.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Position (Function)
Finds the position of a specified string within another string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.