ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
Open (Function)
Opens a modal WINDEV window.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
HExecuteProcedure (Function)
Runs a stored procedure.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
24. Displaying and linking pages
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
.NET application
To create a.NET application from a project......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.