ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

11. Table/Looper controls
EmailCheckAddress (Function)
Checks the validity of an email address.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
The Multimedia control
The Multimedia control is used to play multimedia files......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Font (Type of variable)
A Font variable creates a font programmatically...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Animate a Label field
Two methods can be used to animate a Static Text control......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
zipExtractFile (Example)
Usage example of the zipExtractFile function