ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
HCheckStructure (Function)
Defines the mode for comparing data files.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
AddLink (Function)
Adds a link to a text section in an edit control.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
Error 31: The file to include is not found. Check the name and path ...
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Using a query with parameters
A query with parameters can be used......
WDINT license agreement
WDINT license agreement...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......