ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
HCross (Function)
Crosses a record in a data file.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Multi-project search
Performing a search in the current project is a common operation......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Library,Disk (External language)
Opens the project library that is stored on disk.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Events associated with Chart controls
List of events associated with the Chart controls...
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
3-tier architecture
The development in "3-tier" architecture is now simplified......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Software Factory
The concept of software factory is used to automate the process for creating applications....
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
16. Protecting access to the site: passwords
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.