ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Web Camera control events
The following events appear by default in the WEBDEV code editor:
Interactive notification management constants
Interactive notification management constants...
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
OpenMainMenu (Function)
Opens the main menu of the current window.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Action Bar control events
Environment of code editor
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Emulating constants
List of constants used by the functions for emulating automated tests....
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
State (Property)
The State property is used to get and change the state of an element.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Events associated with Java Applet controls
List of events associated with Java Applet controls...
FileDisplay (Example)
Usage example of the FileDisplay function
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.