ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
<Chart>.Orientation (Function)
Modifies the orientation of chart axes.
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Configuring the IIS 7/7.5 server
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Managing space characters in the searches?
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.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
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....
<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....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
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....
ERR_BAD_DLLEXE
Error 1004: To explicitly access an element of the base class '%1', use the syntax
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
The key items
Keys are specific items in your analysis......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......