ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HAddUser (Function)
Adds a user to a database.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HSetREP (Function)
Enables or disables the management of .REP file.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
grLegendFont (Function)
Modifies the font used for the chart legend.
Print modes of a report
Several print modes are available for a report....
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HSL (Function)
Creates a color from its hue, saturation and lightness.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Replication: The different types
The data replication is a powerful feature......
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......