ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV: Example of programmed Drag and Drop
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...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Binding a Check Box control to an item
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Replication: The different types
The data replication is a powerful feature......
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HListUser (Function)
Returns the list of users defined for a connection.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
ERR_DISCONNECTED_EXEC
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Connection variable>.AddUser (Function)
Adds a user to a database.
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
10. Internal components in practice
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......