ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Feedback component
The Feedback component is a component provided with WINDEV......
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Configuring the IIS 7/7.5 server
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Handling report blocks
The different operations available on report blocks are as follows......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
ERR_BAD_DLLEXE
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....