ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FormulaBarVisible (Property)
The FormulaBarVisible property is used to: Find out whether a formula bar is displayed in a Spreadsheet control. Display (or not) a formula bar in a Spreadsheet control....
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
HMergeView (Example)
Usage example of the HMergeView function
fDelete (Example)
Usage example of the fDelete function
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Error 26: No END statement is associated with this THEN
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
MatTranspose (Function)
Calculates the transposed matrix.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Sound
The Sound keyword can correspond to: the Sound function, which is used to play Wav audio files. the Sound property....
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function