ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Handling Gantt Chart controls programmatically
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Events associated with List Box controls
List of events associated with List Box controls...
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......