ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
WINDEV: Example of programmed Drag and Drop
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
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.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).