ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLToText (Function)
Converts an HTML string or buffer to text.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
HRead (Function)
Reads a record in a file according to a given record number.
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
The Check Box control
A Check Box can correspond to......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
Multi-touch management functions
The following functions are used to manage the multi-touch......
FirstName (Property)
The FirstName property can be used on: a SaasUser variable. ......
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.