ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Data model editor: types of links
Several types of links can be found between the files......
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
ServiceContinue (Function)
Restarts a paused service.
XMLData (Example)
Usage example of the XMLData function
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ServiceStop (Function)
Stops a service.
Global and local variable
Two types of variables are available......
TelemetryEnable (Function)
Enables the telemetry manually.
ID (Property)
The ID property is used to get and change IDs.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ServiceStart (Function)
Starts a service.
ServicePause (Function)
Pauses a service.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
fExtractPath (Example)
Usage example of the fExtractPath function
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
BurnerErase (Example)
Usage example of the BurnerErase function