ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
iPrintBlock (Function)
Forces a report block to print.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Upload control events
The following processes are associated with the Upload control:...
SilverLight control properties
List of properties associated with the SilverLight control...
zipDeleteFile (Function)
Deletes a file from an archive.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Color (Property)
The Color property is used to get and change the color of an element.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
MutexCreate (Function)
Explicitly creates a mutex.
Multimedia control properties
List of properties associated with the Multimedia control...
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
HTTP constants
List of constants used by the HTTP functions....
dChord (Example)
Usage example of the dChord function
Calling a procedure/a function
Syntax for calling a local or global procedure.
FontCreate (Function)
Creates a font definition.
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....