ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
CodeWLanguageMetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation, etc.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents...
CertificateList (Function)
Returns the list of certificates available on the computer.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
CertificateSignString (Function)
Creates the signature of a character string.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark,...
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App...
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface...
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location,...
AppServerInfoScheduledTask (Function)
Reads the description of a scheduled task.
AppServerModifyScheduledTask (Function)
Modifies an existing scheduled task.
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<TimeLine>.ListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events...
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed...