ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Site map of PC SOFT documentation
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Error 110: The ASCIIZ string is too long
Error 109: The fixed string is too long
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.