ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Private Store for mobile applications
There are two methods two deploy your applications......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Automation object
The Automation keyword is used to declare an automation object...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
User Groupware files
Two categories of data files are managed......
API (Function)
Runs a function found in an external DLL.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
HState (Function)
Used to find out the state of a record.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Constants for telemetry management
Constants for telemetry management...
14. Generation modes
Generation modes...
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
SocketCreate (Function)
Creates a socket.