ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Tab Control properties
A Tab Control can be manipulated in WLanguage either in a window or in a page with the following properties......
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
ParentObject (Function)
Identifies the "parent" of a graphic object: field, column, window, page, etc.
Help system properties
The properties of help system are used to define......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Example for creating a select query
This help page explains how to create two select queries......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
WLanguage properties available in PHP
The following properties are available in PHP...
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.