ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
fDirRename (Function)
Renames a directory.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
SNMPCloseSession (Function)
Closes an SNMP session.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Link properties
When creating a link, you can simply specify the destination......
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
nWDInitProject: Initialization code of project
Run the initialization code of project......