ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Manipulating menu options programmatically
Menu options can be manipulated...
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
grIncreaseData (Function)
Adds a value to a data in a chart.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HExtractMemo (Example)
Usage example of the HExtractMemo function
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
StringInsert (Function)
Inserts a string into another character string at a given position.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
Font (Type of variable)
A Font variable creates a font programmatically...
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
zipDeleteAll (Function)
Deletes all files from an archive.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......