ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Warning 18: Loop without potential end
gpwOpen (Function)
Opens the User Groupware login window or page.
HClient structure
The HClient structure is used to......
Python: Native calls
WLanguage allows for native Python calls......
Creating the Form pages of a WEBDEV RAD pattern
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
zipListFile (Function)
Returns the list of files found in an archive.
zipOpen (Function)
Opens an existing archive.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
7. Multilingual applications in practice
Creating the Table windows of the WINDEV RAD pattern
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Software license agreement
WINDEV Express license agreement...
10. UMC: User Macro-Code
Environment of the data model editor