ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Starting WDOptimizer in a command line
Client (Property)
The Client property is used to get the SaaS client account associated with: a SaaSSubscription variable a SaaSUser variable...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....