ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
HLogRecreate (Function)
Used to re-create an empty log.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Events associated with Flash controls
List of events associated with Flash controls...
Events associated with Link controls
List of events associated with Link controls...
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......
Programming automatic calculations in the columns of a Table control
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Events associated with formatted display controls
List of events associated with formatted display controls...
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Crosstab report
The report editor allows you to create "Crosstab" reports......