ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
NFCSendTag (Function)
Sends a NFC tag to another device.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Table,Add (External language)
Adds an element to a Table control.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
PostMessage (Function)
Sends a Windows message to a control or to a window.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Constants for managing projects
List of constants used by the functions for managing projects....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
SocketRead (Function)
Retrieves a message sent by another socket.
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
AAF: Context menu of Image controls
A context menu is available for Image controls......
LDAP constants
List of constants used by the LDAP functions....
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.