ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
The different copy modes
Two different copy modes are proposed by WDTRAD......
HCross (Function)
Crosses a record in a data file.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
WaitWindowStart (Function)
Opens the wait window of application.
Global and local variable
Two types of variables are available......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).