ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
HStatNbRec (Function)
Returns the number of entries for a given key item.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
11. Controls in practice
Discover the main characteristics of the controls...
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Burner constants
List of constants used by the burner functions....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
ComponentLocate (Function)
Specifies the access path to an external component of project.