ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Status bar of windows
The status bar of a window is used to display several types of information...
9. Application menus
Menus are displayed in different ways......
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
Execute (Function)
Starts the execution of a process through programming.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Handling controls in a report
The different operations available for the report controls are as follows......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Saving entered data (AAF)
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
WidgetRunApp (Function)
Starts the application to which a widget belongs.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
StatSum (Example)
Usage example of the StatSum function
HTTPRequest (Function)
Starts an HTTP request on a server.
BrowserShare( Function)
Starts native device sharing.
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....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......