ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Available controls in a window
WINDEV Mobile includes several types of controls...
grRaised (Function)
Used to display a chart with raised effect.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
PythonExecute (Function)
Executes a function present in a Python module.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
fSplit (Function)
Splits a file into several files.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
Component diagram
A component diagram shows the physical and static architecture of a system software......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Feedback component
The Feedback component is a component provided with WINDEV......
WDTestSite: Load test
The stress tests are used to check......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.