ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Size (Property)
The Size property is used to determine and change the size of an element.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
TreeView Table control functions
List of functions for managing TreeView Table controls...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......