ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Simple statements
FTPListFile (Example)
Usage example of the FTPListFile function
BurnerErase (Example)
Usage example of the BurnerErase function
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Error 301: Unknown identifier
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Various constants
List of various constants used by the constants WINDEV functions....
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
7. AJAX technology
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
SysIconAdd (Example)
Usage example of the SysIconAdd function