ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
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).
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
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......