ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Access rights to a class property
A property is a code element that includes two processes......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......