ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
zipDeleteFile (Function)
Deletes a file from an archive.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
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.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
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.
SilverLight control properties
List of properties associated with the SilverLight control...
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....
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
LDAPFind (Function)
Performs a search in an LDAP server.
dSlice (Example)
Usage example of the dSlice function
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.