ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

8. If you are already familiar with WINDEV
fRename (Function)
Modifies the name of a file.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
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....
Error 1037: This member already exists in the structure
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
NetworkUser (Function)
Identifies the name of the connected user.
WINDEV: Example of programmed Drag and Drop
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Report controls
Several types of controls can be handled in a report created by the report editor......
Error 1050: This member already exists in the composite variable
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
ERR_TIMEOUTINIT
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...