ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Replication: The different types
The data replication is a powerful feature......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Drawing constants
List of constants used by the drawing functions....
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.
HDelete (Function)
Deletes a record from a data file (query or view).
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Defining a help window template
WINDEV allows you to create help window templates......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Installing a SOAP server with Apache
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Constants for managing videos
List of constants used by the functions for video management....
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Accessing a database via a web service
The database can be accessed via a web service......