ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
HPriority (Function)
Finds out and modifies the priority of the calling application.
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
MatFloatAdd (Function)
Adds a value to each matrix element.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
The Signature control
The Signature control is a report control used to sign......
Customizing the report viewer: Available windows
11. Table/Looper controls
Manipulating a Layout control programmatically
A Layout control can be......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).