ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
grAddData (Function)
Adds a data into a chart.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
fUnlock (Example)
Usage example of the fUnlock function
ThreadExecute (Function)
Starts the execution of a secondary thread.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.