ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
System constants
List of constants used by the system functions....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
fImageSelect (Example)
Usage example of the fImageSelect function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
ZOrder (Example)
Usage example of the ZOrder property
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Miscellaneous Windows constants
List of constants used by the Windows functions....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
DnDAccept (Example)
Usage example of the DnDAccept function
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......