ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of procedures
The global procedures are grouped in set of procedures...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Sharing elements with a WINDEV application
Defines the type of context menu displayed by a chart.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
LanguageToName (Function)
Returns the name of a language.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
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....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Principle of remote check
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
4. When to use the debugger?
Overview
Overview of the different operators...
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Managing parallel tasks
The computers are becoming more and more powerful......
Declaration (Property)
The Declaration property is used to define a type.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......