ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketConnect (Function)
Connects a client computer to a given socket.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Date management constants
List of constants used by date management functions...
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
SocketCreate (Function)
Creates a socket.
HState (Example)
Usage example of the HState function
User Groupware files
Two categories of data files are managed......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Configuring an application with User Groupware
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Running the test of the User Groupware and installing it
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Print constants
List of constants used by the print functions....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
24. Displaying and linking pages
2. Projects in practice