ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
WINDEV: Example of programmed Drag and Drop
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows...
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 operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
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.
Compression / encryption functions
Encryption and compression functions...
ERR_LOADMOREDLL
Classe représentant un fichier uploadé dans le champ upload...
AppOpenForm (Function)
Working: an application listing on the Android (Play Store) or iOS (App Store) market, so that users can rate and/or comment on it. the form for configuring the In-App purchases of an application....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
Remote control: some configuration examples
Modifies the colors used for displaying the tooltips....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
WLanguage procedure called by AndroidActivityResultProcedure
WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result of a third-party Activity is retrieved.
DisplayOnly (Property)
The ReadOnly property determines if an element is read-only.
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Detailed use of WINDEV FTP/RPC
Defines the password used to create or open a data file....
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop......
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Manipulating Layout controls programmatically
A Layout control can be......
Manipulating Breadcrumb controls programmatically
The Breadcrumb control can be handled through programming......
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Action Bar control functions
The following functions are used to manipulate Action Bar controls......
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
Sub-query
A sub-query is a query whose result is used by another query......
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....