ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Hyper File functions available for backward compatibility
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Events associated with the project
List of events associated with the project...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......