ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
PageNumber (Property)
The PageNumber property gets and sets a page number.
VariableReset (Function)
Resets the variable to its initial value.
BurnerCancel (Function)
Cancels the current burn process.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
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)....
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function
fListDisk (Function)
Returns the list of disks installed on the computer.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
HClusterStop (Function)
Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept any connection from the client applications.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
ProgressBar (Property)
WLanguage proposes...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
SysSpace (Function)
Returns the physical memory space for the current computer.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
ImageScrollingPosition (Function)
Returns the displayed image.
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
Error 30: An exception process cannot be declared inside another exception process...