ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
MatExist (Example)
Usage example of the MatExist function
MatNbColumn (Example)
Usage example of the MatNbColumn function
MatNbLine (Example)
Usage example of the MatNbLine function
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
SocketConnect (Function)
Connects a client computer to a given socket.
fCurrentDir (Example)
Usage example of the fCurrentDir function
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Other operators
The following are additional operators......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
SocketRead (Function)
Retrieves a message sent by another socket.