ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HMode (Function)
Changes the mode and the method for locking data files.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HSetMemo (Function)
Used to modify the management mode of memo items.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<Chart>.RBRotationDirection (Function)
Sets the rotation direction in a Radial Bar chart.
<Chart>.RBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
The Static control
A Static control is a control used to display a static text......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Error 531: The negative or null subscripts are not allowed
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....