ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RegistryValueType (Function)
Returns the type of value found in the registry.
iPreview (Function)
Configures the print destination.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL table, view or query.
fOpenTempFile (Function)
Creates and opens a temporary file.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Using an external component in an application
A component can be reused at any time in any application......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Installing a Webservice (old format)