ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Miscellaneous Windows functions
List of miscellaneous Windows functions...
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
SAP ASE Native Connector (Sybase): Programming using SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the database schema......
NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
10. Internal components in practice
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
WEBDEV and Tailwind CSS
Tailwind CSS is an open source CSS framework......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Defining a help window template
WINDEV allows you to create help window templates......
9. Application menus
Menus are displayed in different ways......
Conference control events
List of events associated with a Conference control...
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
<Variable sshSession>Command (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
SysDecrypt (Function)
Decrypts data using Windows user credentials. This data must have been previously encrypted with SysEncrypt. This new function is available from WINDEV Suite SaaS 2025 Update 2....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....