ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipLine (Function)
Forces one or more line break.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
14. Controls in practice
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
HTML Display control properties
HTML Display control properties...
Events associated with a Gantt Chart column
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Map control properties
The following properties can be used with Map controls:...
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Creating a window skin template
ControlClone (Function)
Creates a new control from an existing control.
ListView control properties
List of properties associated with the ListView control...
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Handling a control through programming in a report
All report controls can be handled through programming......