ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
LOOP statement
The statement block is repeated endlessly...
iPrintReport (Function)
Prints a report created with the report editor.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
12. Available tests
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
StringBuild (Function)
Builds a character string from an initial string and parameters.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
OCRExtractText (Function)
Reads the text contained in an image.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Passing parameters
The parameters can be passed to a procedure......
Code snippets
The code editor allows you to enter "Code snippets"......
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
HCopyRecord (Example)
Usage example of the HCopyRecord function
zipOpen (Function)
Opens an existing archive.
HSubstDir (Example)
Usage example of the HSubstDir function