ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Camera controls
List of WLanguage events associated with Camera controls....
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......