ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Path (Property)
The Path property gets and sets a path.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaOpen (Function)
Opens a media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
HInfoGroup (Function)
Returns information about the specified group of users.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
ActionRedo (Function)
Runs the last action canceled.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Action functions
The following functions are used to manage actions:...
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......