ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Step 5: Site parameters
Once the site installed, you can define the site connection options......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Constants used by the scanner functions
Constants used by the scanner functions...
Using .NET assemblies in a project
To use .NET assemblies in a project......
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......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Software license agreement
WINDEV Express license agreement...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
HIndex (Function)
Rebuilds the file index (".NDX" file).
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......