ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeleteView (Example)
Usage example of the HDeleteView function
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Using .NET assemblies in a project
To use .NET assemblies in a project......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
HReadLast (Example)
Usage example of the HReadLast function
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Width (Property)
The Width property is used to determine and change the width of an element.
ChangeAction (Example)
Usage example of ChangeAction
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
WINDEV applications for Linux: Specific features
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
SQLFirst (Example)
Usage example of the SQLFirst function