ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
8. 10 tips for better interfaces...
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
.NET application
To create a.NET application from a project......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant messaging used by a contact...
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Handling a Web Component control through programming