ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
VariableReset (Function)
Resets the variable to its initial value.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
HAddUser (Function)
Adds a user to a database.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Popup window
WINDEV allows you to open windows in popup format......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.