ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automation object
The Automation keyword is used to declare an automation object...
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
FTPCommand (Example)
Usage example of the FTPCommand function
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
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....
Table,Modify (External language)
Modifies an element in a Table control.
XMLAddChild (Function)
Adds a child tag into an XML document.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Structure of data files of user groupware
Setup directory
The setup wizard allows you to configure the setup directory of application....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Warning 18: Loop without potential end
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Count (Property)
The Count property returns the number of elements in a given set.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
HOut (Example)
Usage example of the HOut function