ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerSelect (Function)
Used to select the default burner.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
2. Analysis in practice
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
8. Sharing a project in practice
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
The structure of the file for remote control
The management of remote control uses a file in INI format......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).