ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
WINDEV Mobile 2024 Tutorial
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
Error 1009: The member of the class is private
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......