ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
The Carousel control
The Carousel control is used to display an animated menu made of images......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Help about new features: Letting users know about changes
Applications are constantly evolving......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.