ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Printing in PDF format: Special cases
Specific features of print in PDF format...
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
14. Managing the "Back" button in practice
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
zipInfoFile (Example)
Usage example of the zipInfoFile function
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Count (Property)
The Count property returns the number of elements in a given set.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function