ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ToastDisplay (Function)
Displays a "Toast" message.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
ControlClone (Function)
Creates a new control from an existing control.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
LooperCount (Function)
Returns the number of rows in a Looper control.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
EventCreate (Function)
Creates an event.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
grExist (Function)
Checks the existence of a chart in memory.
Map control properties
The following properties can be used with Map controls:...
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.