ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
SQLReqExists (Function)
Checks the existence of a query.
Project Management Hub: Time tracking
The time spent can be listed on......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
Properties associated with Combo Box controls that display a table
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
NetworkUser (Function)
Identifies the name of the connected user.
Default (Property)
The Default property determines if a parameter has been passed to a procedure with a custom or default value.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......