ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Managing sockets
WINDEV includes advanced socket management functions....
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
fRead (Example)
Usage example of the fRead function
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Error 701: The property is read-only
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
GglListCalendar (Example)
Usage example of the GglListCalendar function
MatWrite (Example)
Usage example of the MatWrite function
System constants
List of constants used by the system functions....
saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
fClose (Example)
Usage example of the fClose function
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
Classes, members, methods and properties
A class is made of......