ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating help pages
A help system includes several pages...
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<Libellé>AnimationSetParameter (Function)
Changes one of the animation parameters used for animated text (in a Static Text control).
<Image>AnimationSetMode (Function)
Changes the type of animation for an image displayed in an Image control.
ControlCurrent (Function)
Returns the name of the control currently in edit.
Custom context menu
Custom context menus are created in the window editor and can be manipulated programmatically...
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
<Libellé>.AnimationSetMode (Function)
Changes the animation type of text in a Static Text control.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
Crosstab report
The report editor allows you to create "Crosstab" reports......
Designing a supercontrol
A supercontrol is an advanced type of control......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin...
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Describing an element
A flexible modeling includes different elements linked together......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used...
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table"...
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0...
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX...