ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Native Sybase Connector for WINDEV and WEBDEV 2024
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Comparing the project messages
The comparison between source and target text helps you find translation errors......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
HFSQL Client/Server: Configuring the server
Help about new features: Letting users know about changes
Applications are constantly evolving......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Code snippets
The code editor allows you to enter "Code snippets"......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Creating a table in a report
Tables can be created in a report......