ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
2. Projects in practice
5. Which type of server to choose?
How to use an array of structures?
An array of structures is an Array variable......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
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......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Recompiling the project
The project compilation is a process used to......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
The Carousel control
The Carousel control is used to display an animated menu made of images......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Reverse code modeling
The reverse code modeling allows you to view in a graph......