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:
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Materialized view
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
DayOfMonthOrDayOfWeek (Property)
The DayOfMonthOrDayOfWeek property is used to set the execution of a scheduled task by specifying the day number of the week or the day number of the month.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
fTrackStop (Function)
Stops monitoring a file or directory.
iGroupAdd (Function)
Adds a report to a group of reports.
ThreadRequestStop (Function)
Sends a stop request to a thread.
MQTTPublish (Function)
Publishes a message on the MQTT broker.
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
<Source>.LogStop (Function)
Stops the log process of a file.
HLogStop (Function)
Stops the log process of a file.
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
iEndReport (Function)
Forces the report print to stop.
Wait (Function)
Temporarily stops the program execution.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
Information 37: Optimize your FOR loop