ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Error 28: No END statement is associated with this SWITCH
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
2. Analysis in practice
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......