ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
fbSession (Variable type)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
IFrame control
IFrame is an HTML concept......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min